pre-commit-ci-lite[bot]
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
tests/test_multiple_params_models.py
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
from typing import Annotated, Any, Callable |
|
|
|
from collections.abc import Callable |
|
|
|
from typing import Annotated, Any |
|
|
|
|
|
|
|
import pytest |
|
|
|
from fastapi import APIRouter, Cookie, FastAPI, Header, Query, status |
|
|
|
|