10000 Jorwoods/type hint permissions (#940) · tableau/server-client-python@a5ff59b · GitHub
[go: up one dir, main page]

Skip to content

Commit a5ff59b

Browse files
jorwoodsjacalata
andcommitted
Jorwoods/type hint permissions (#940)
* Type hint permissions * Type hint default permissions * Remove hints from enums * Remove unused import Co-authored-by: Jac <jacalata@users.noreply.github.com>
1 parent 608fe8a commit a5ff59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ..models import TaskItem, UserItem, GroupItem, PermissionsRule, FavoriteItem
1717
from ..models import WebhookItem
1818

19-
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Tuple
19+
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Tuple, Iterable
2020

2121
if TYPE_CHECKING:
2222
from ..models import DataAlertItem

0 commit comments

Comments
 (0)
0