Skip to content

Commit dd04bbd

Browse files
committed
style: black
1 parent 58bc727 commit dd04bbd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,12 @@ def download(
183183
filepath: Optional[PathOrFileW] = None,
184184
include_extract: bool = True,
185185
) -> str:
186-
return self.download_revision(workbook_id, None, filepath, include_extract, )
186+
return self.download_revision(
187+
workbook_id,
188+
None,
189+
filepath,
190+
include_extract,
191+
)
187192

188193
# Get all views of workbook
189194
@api(version="2.0")

test/test_tableauauth_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ def setUp(self):
1010
def test_username_password_required(self):
1111
with self.assertRaises(TypeError):
1212
TSC.TableauAuth()
13-

0 commit comments

Comments
 (0)