We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 689cc1e commit 93e6982Copy full SHA for 93e6982
githubkit/typing.py
@@ -28,7 +28,7 @@
28
QueryParamTypes: TypeAlias = Union[
29
httpx.QueryParams,
30
Mapping[str, Union[PrimitiveData, Sequence[PrimitiveData]]],
31
- Sequence[tuple[str, PrimitiveData]],
+ list[tuple[str, PrimitiveData]],
32
tuple[tuple[str, PrimitiveData], ...],
33
str,
34
bytes,
0 commit comments