Skip to content

Commit

Permalink
Update auto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizonex authored Jan 8, 2025
1 parent a95df70 commit 541119d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uvicorn/loops/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ def auto_loop_setup(use_subprocess: bool = False) -> None:
loop_setup(use_subprocess=use_subprocess)
else: # pragma: no cover
from uvicorn.loops.uvloop import uvloop_setup

uvloop_setup(use_subprocess=use_subprocess)

0 comments on commit 541119d

Please sign in to comment.