Skip to content

Commit 1497682

Browse files
jorwoodsJordan Woods
authored andcommitted
Jorwoods/type hint revisions (tableau#956)
Add type hints and tests for workbook and data source revisions
1 parent e1da38e commit 1497682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)