We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92310f commit c07a539Copy full SHA for c07a539
examples/static/static_async.py
@@ -1,5 +1,4 @@
1
-from microdot_asyncio import Microdot
2
-from microdot import send_file
+from microdot_asyncio import Microdot, send_file
3
app = Microdot()
4
5
0 commit comments