Skip to content

Commit 9190a97

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub_idle_culler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ async def handle_user(user):
433433
"Got %d users%s", n_users, (" with ready servers" if state_filter else "")
434434
)
435435

436-
for (name, f) in futures:
436+
for name, f in futures:
437437
try:
438438
result = await f
439439
except Exception:

0 commit comments

Comments
 (0)