8000 fix: correct type hint on download_revision revision_number · ivanB1975/server-client-python@1f9088f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f9088f

Browse files
committed
fix: correct type hint on download_revision revision_number
1 parent b5f5caa commit 1f9088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def _get_workbook_revisions(
455455
def download_revision(
456456
self,
457457
workbook_id: str,
458-
revision_number: str,
458+
revision_number: Optional[str],
459459
filepath: Optional[PathOrFileW] = None,
460460
include_extract: bool = True,
461461
no_extract: Optional[bool] = None,

0 commit comments

Comments
 (0)
0