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] authored and jburel committed Jan 30, 2024
1 parent e0513d8 commit a5fa83c
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 @@ -337,7 +337,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 a5fa83c

Please sign in to comment.