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 Sep 28, 2023
1 parent 8b915b1 commit 860805b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/omero_demo_cleanup/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ def resource_usage(

if file_count > 0 or file_size > 0:
user_stats.append(
UserStats(user_id, user_name, file_count, file_size, logouts.get(user_id, 0))
UserStats(
user_id, user_name, file_count, file_size, logouts.get(user_id, 0)
)
)
return user_stats

Expand Down

0 comments on commit 860805b

Please sign in to comment.