Skip to content

Commit

Permalink
Readd missing pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 14, 2024
1 parent 70c3dc9 commit 7dcee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvicorn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def run(
else:
server.run()
except KeyboardInterrupt:
pass
pass # pragma: full coverage
finally:
if config.uds and os.path.exists(config.uds):
os.remove(config.uds) # pragma: py-win32
Expand Down

0 comments on commit 7dcee23

Please sign in to comment.