Skip to content

Commit 31bce84

Browse files
committed
Fixed test for older python.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 64898d9 commit 31bce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_swagger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from tests.conftest import ClientGenerator
2121

2222

23-
def follow_ref(ref: str, data: dict[str, Any]) -> dict[str, Any]:
23+
def follow_ref(ref: str, data: Dict[str, Any]) -> Dict[str, Any]:
2424
"""Function for following openapi references."""
2525
components = deque(ref.split("/"))
2626
current_model = None

0 commit comments

Comments
 (0)