We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4a3e0 commit f9d1383Copy full SHA for f9d1383
end_to_end_tests/golden-master/my_test_api_client/api/users.py
@@ -33,7 +33,7 @@ def get_user_list(
33
else:
34
json_some_date = some_date.isoformat()
35
36
- params = {
+ params: Dict[str, Any] = {
37
"an_enum_value": json_an_enum_value,
38
"some_date": json_some_date,
39
}
end_to_end_tests/golden-master/my_test_api_client/async_api/users.py
@@ -33,7 +33,7 @@ async def get_user_list(
0 commit comments