Skip to content

Commit 15c5001

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 024d985 commit 15c5001

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)