Skip to content

Commit

Permalink
Remove DebugMiddleware
Browse files Browse the repository at this point in the history
Since it's unused and untested as of #1640.
  • Loading branch information
edmorley committed Oct 7, 2022
1 parent d83ba82 commit 07c49c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -82,7 +82,7 @@ plugins =

[coverage:report]
precision = 2
fail_under = 97.69
fail_under = 97.71
show_missing = true
skip_covered = true
exclude_lines =
Expand Down
122 changes: 0 additions & 122 deletions uvicorn/middleware/debug.py

This file was deleted.

0 comments on commit 07c49c7

Please sign in to comment.