Skip to content

Commit f7524e8

Browse files
committed
fix: make 3.8 friendly
1 parent c7cec85 commit f7524e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tableauserverclient/server/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from collections.abc import Iterable, Sized
1+
from collections.abc import Sized
22
from itertools import count
3-
from typing import Iterator, List, Optional, Protocol, Tuple, TYPE_CHECKING, TypeVar, overload
3+
from typing import Iterable, Iterator, List, Optional, Protocol, Tuple, TYPE_CHECKING, TypeVar, overload
44
from tableauserverclient.models.pagination_item import PaginationItem
55
from tableauserverclient.server.filter import Filter
66
from tableauserverclient.server.request_options import RequestOptions

0 commit comments

Comments
 (0)