Skip to content

Commit cac015b

Browse files
committed
Reformatting
1 parent 152ec3a commit cac015b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arangoasync/typings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
RequestHeaders: TypeAlias = MutableMapping[str, str] | MultiDict[str]
2525
"""Type definition for request HTTP headers"""
2626

27-
ResponseHeaders: TypeAlias = MutableMapping[str, str] | MultiDict[str] | CIMultiDictProxy[str]
27+
ResponseHeaders: TypeAlias = (
28+
MutableMapping[str, str] | MultiDict[str] | CIMultiDictProxy[str]
29+
)
2830
"""Type definition for response HTTP headers"""
2931

3032
Params: TypeAlias = MutableMapping[str, bool | int | str | float]

0 commit comments

Comments
 (0)