pre-commit-ci-lite[bot]
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
1 deletions
-
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.""" |
|
|
|
|