8000 Add workbook.hidden_views type hint · tableau/server-client-python@ddbd130 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddbd130

Browse files
committed
Add workbook.hidden_views type hint
1 parent 49ccc9c commit ddbd130

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
@@ -40,7 +40,7 @@ def __init__(self, project_id: str, name: str = None, show_tabs: bool = False) -
4040
self.owner_id: Optional[str] = None
4141
self.project_id = project_id
4242
self.show_tabs = show_tabs
43-
self.hidden_views = None
43+
self.hidden_views: Optional[List[str]] = None
4444
self.tags: Set[str] = set()
4545
self.data_acceleration_config = {
4646
"acceleration_enabled": None,

0 commit comments

Comments
 (0)
0