8000 Jorwoods/type hint revisions (#956) · tableau/server-client-python@8212e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8212e66

Browse files
jorwoodsjacalata
authored andcommitted
Jorwoods/type hint revisions (#956)
Add type hints and tests for workbook and data source revisions
1 parent c640ad3 commit 8212e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/models/workbook_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import datetime
2424
from .revision_item import RevisionItem
2525

26-
from typing import Dict, List, Optional, Set, TYPE_CHECKING, Union
26+
from typing import Dict, List, Optional, Set, TYPE_CHECKING
2727

2828
if TYPE_CHECKING:
2929
from .connection_item import ConnectionItem

0 commit comments

Comments
 (0)
0