Skip to content

Commit 9b3d62c

Browse files
committed
Compile shortcut functions
1 parent fef9db5 commit 9b3d62c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

speedup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ def build(setup_kwargs):
2424
"baize/asgi/requests.py",
2525
"baize/asgi/responses.py",
2626
"baize/asgi/routing.py",
27-
"baize/asgi/shortcut.py",
2827
"baize/asgi/staticfiles.py",
2928
"baize/asgi/websocket.py",
3029
# WSGI
3130
"baize/wsgi/requests.py",
3231
"baize/wsgi/responses.py",
3332
"baize/wsgi/routing.py",
34-
"baize/wsgi/shortcut.py",
3533
"baize/wsgi/staticfiles.py",
3634
),
3735
map(str, Path("baize").glob("**/*.py")),

0 commit comments

Comments
 (0)