Browse Source

🎨 Auto format

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

5
tests/test_custom_route_class.py

@ -120,7 +120,10 @@ def test_openapi_schema():
}
)
from typing import Any, Callable, Sequence
from collections.abc import Callable, Sequence
from typing import Any
class LegacyAPIRoute(APIRoute):
"""Route subclass with explicit __init__ matching the pre-strict_content_type signature."""

Loading…
Cancel
Save