Skip to content

Commit 9eb625e

Browse files
committed
style: black
1 parent fe3b6ce commit 9eb625e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def test_populate_owned_workbooks(self) -> None:
178178
assert "ownedBy" in request_history.qs, "ownedBy not in request history"
179179
assert "true" in request_history.qs["ownedBy"], "ownedBy not set to true in request history"
180180

181-
182181
def test_populate_workbooks_missing_id(self) -> None:
183182
single_user = TSC.UserItem("test", "Interactor")
184183
self.assertRaises(TSC.MissingRequiredFieldError, self.server.users.populate_workbooks, single_user)

0 commit comments

Comments
 (0)