We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152ec3a commit cac015bCopy full SHA for cac015b
1 file changed
arangoasync/typings.py
@@ -24,7 +24,9 @@
24
RequestHeaders: TypeAlias = MutableMapping[str, str] | MultiDict[str]
25
"""Type definition for request HTTP headers"""
26
27
-ResponseHeaders: TypeAlias = MutableMapping[str, str] | MultiDict[str] | CIMultiDictProxy[str]
+ResponseHeaders: TypeAlias = (
28
+ MutableMapping[str, str] | MultiDict[str] | CIMultiDictProxy[str]
29
+)
30
"""Type definition for response HTTP headers"""
31
32
Params: TypeAlias = MutableMapping[str, bool | int | str | float]
0 commit comments