Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 23, 2024
1 parent 74efac8 commit 7405491
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions omeroweb/webclient/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,10 @@ def _marshal_image(
image_id, archived, name, owner_id, permissions, fileset_id = row
else:
# Likely this is being called by external code
warnings.warn("_marshal_image() is a 'private' function; "
"row should have 6 elements", DeprecationWarning),
warnings.warn(
"_marshal_image() is a 'private' function; " "row should have 6 elements",
DeprecationWarning,
),
image_id, name, owner_id, permissions, fileset_id = row
archived = False
image = dict()
Expand Down

0 comments on commit 7405491

Please sign in to comment.