Browse Source

🎨 Auto format

pull/12944/head
pre-commit-ci-lite[bot] 2 weeks ago
committed by GitHub
parent
commit
ed275e4ceb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tests/test_multiple_params_models.py

3
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

Loading…
Cancel
Save