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 3509353 commit 96533c8Copy full SHA for 96533c8
appium/webdriver/appium_connection.py
@@ -28,7 +28,7 @@
28
_HEADER_IDEMOTENCY_KEY = 'X-Idempotency-Key'
29
30
31
-def _get_new_headers(key: str, headers: dict[str, str]) -> dict[str, str]:
+def _get_new_headers(key: str, headers: Dict[str, str]) -> Dict[str, str]:
32
"""Return a new dictionary of heafers without the given key.
33
The key match is case-insensitive."""
34
new_headers = dict()
0 commit comments