Skip to content

Commit 3d0082d

Browse files
jacalataclaude
andcommitted
style: apply black formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7d79b02 commit 3d0082d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tableauserverclient/server/endpoint/datasources_endpoint.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,9 @@ def publish(
679679
"TSC_CHUNK_SIZE_MB environment variable to a lower value (current default: 50)."
680680
)
681681
else:
682-
err.content = "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
682+
err.content = (
683+
"Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
684+
)
683685
raise err
684686

685687
if as_job:

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,9 @@ def publish(
985985
"TSC_CHUNK_SIZE_MB environment variable to a lower value (current default: 50)."
986986
)
987987
else:
988-
err.content = "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
988+
err.content = (
989+
"Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
990+
)
989991
raise err
990992

991993
if as_job:

0 commit comments

Comments
 (0)