We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cec85 commit f7524e8Copy full SHA for f7524e8
1 file changed
tableauserverclient/server/query.py
@@ -1,6 +1,6 @@
1
-from collections.abc import Iterable, Sized
+from collections.abc import Sized
2
from itertools import count
3
-from typing import Iterator, List, Optional, Protocol, Tuple, TYPE_CHECKING, TypeVar, overload
+from typing import Iterable, Iterator, List, Optional, Protocol, Tuple, TYPE_CHECKING, TypeVar, overload
4
from tableauserverclient.models.pagination_item import PaginationItem
5
from tableauserverclient.server.filter import Filter
6
from tableauserverclient.server.request_options import RequestOptions
0 commit comments