Skip to content

Commit c07a539

Browse files
Incorrect import in static_async.py
1 parent e92310f commit c07a539

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/static/static_async.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from microdot_asyncio import Microdot
2-
from microdot import send_file
1+
from microdot_asyncio import Microdot, send_file
32
app = Microdot()
43

54

0 commit comments

Comments
 (0)