8000 fix: python3.8 syntax · tableau/server-client-python@87ea81d · GitHub
[go: up one dir, main page]

Skip to content

Commit 87ea81d

Browse files
committed
fix: python3.8 syntax
1 parent 7dc5ad4 commit 87ea81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tableauserverclient/server/pager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from collections.abc import Iterable, Iterator
21
import copy
32
from functools import partial
4- 513E
from typing import List, Optional, Protocol, Tuple, TypeVar, Union, runtime_checkable
3+
from typing import Iterable, Iterator, List, Optional, Protocol, Tuple, TypeVar, Union, runtime_checkable
54

65
from tableauserverclient.models.pagination_item import PaginationItem
76
from tableauserverclient.server.request_options import RequestOptions

0 commit comments

Comments
 (0)
0