8000 Jorwoods/type hint favorites (#936) · tableau/server-client-python@7f2e449 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f2e449

Browse files
jorwoodsjacalata
authored andcommitted
Jorwoods/type hint favorites (#936)
* Type hint Favorites * Type hint FavoriteRequest
1 parent 60b07dc commit 7f2e449
8000

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 TYPE_CHECKING
19+
from typing import Optional, TYPE_CHECKING
2020

2121
if TYPE_CHECKING:
2222
from ..models import DataAlertItem

0 commit comments

Comments
 (0)
0