Skip to content

Commit c836950

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4561d72 commit c836950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/omero_demo_cleanup/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def choose_users(
103103
user_stat.size = 0
104104
if not (reducing_file_count or reducing_file_size):
105105
break
106-
(worst, other) = find_worst(user_stats)
106+
worst, other = find_worst(user_stats)
107107
target_user = worst[0]
108108
user_stats = worst[1:] + other
109109
to_delete.append(target_user)

0 commit comments

Comments
 (0)