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

Skip to content

Commit 017b1f5

Browse files
jorwoodsJordan Woods
authored and
Jordan Woods
committed
Jorwoods/type hint revisions (tableau#956)
Add type hints and tests for workbook and data source revisions
1 parent 8242815 commit 017b1f5
< 8000 /div>

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
@@ -12,7 +12,7 @@
1212
import copy
1313
import uuid
1414

15-
from typing import Dict, List, Optional, Set, TYPE_CHECKING, Union
15+
from typing import Dict, List, Optional, Set, TYPE_CHECKING
1616

1717
if TYPE_CHECKING:
1818
from .connection_item import ConnectionItem

0 commit comments

Comments
 (0)
0