We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc45307 commit 34d280eCopy full SHA for 34d280e
src/contiguity/base/async_base.py
@@ -109,7 +109,7 @@ def _response_as_item_type(
109
response: HttpxResponse,
110
/,
111
*,
112
- sequence: Literal[True] = True,
+ sequence: Literal[True],
113
) -> Sequence[ItemT]: ...
114
115
def _response_as_item_type(
src/contiguity/base/base.py
@@ -118,7 +118,7 @@ def _response_as_item_type(
118
119
120
121
122
123
124
0 commit comments