Skip to content

Commit a103bff

Browse files
committed
Fix fmt
1 parent 5a6377c commit a103bff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/framework/test_owners.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def test_fallback_admin_user(ws, installation_ctx: RuntimeContext) -> None:
5656

5757

5858
def test_notebook_owner(make_notebook, make_notebook_permissions, make_group, ws) -> None:
59-
"""Test that the owner of a notebook is the user/group assigned to it.
60-
"""
59+
"""Test that the owner of a notebook is the user/group assigned to it."""
6160
notebook = make_notebook()
6261

6362
# Create a group and assign the notebook to it

0 commit comments

Comments
 (0)