We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64898d9 commit 31bce84Copy full SHA for 31bce84
1 file changed
tests/test_swagger.py
@@ -20,7 +20,7 @@
20
from tests.conftest import ClientGenerator
21
22
23
-def follow_ref(ref: str, data: dict[str, Any]) -> dict[str, Any]:
+def follow_ref(ref: str, data: Dict[str, Any]) -> Dict[str, Any]:
24
"""Function for following openapi references."""
25
components = deque(ref.split("/"))
26
current_model = None
0 commit comments