Skip to content

Commit

Permalink
Fix fomatting in 4854ffd
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Oct 28, 2023
1 parent 8133958 commit 76bd00f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hypercorn/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def shutdown(*args: Any) -> None:
if config.use_reloader:
wait_for_changes(shutdown_event)
shutdown_event.set()
sockets = config.create_sockets() # Recreate the sockets to be used again in the next iteration of the loop.
# Recreate the sockets to be used again in the next
# iteration of the loop.
sockets = config.create_sockets()
else:
active = False

Expand Down

0 comments on commit 76bd00f

Please sign in to comment.