Incorrect import in static_async.py

This commit is contained in:
Miguel Grinberg
2023-06-08 00:33:58 +01:00
parent e92310fa55
commit c07a539435

View File

@@ -1,5 +1,4 @@
from microdot_asyncio import Microdot from microdot_asyncio import Microdot, send_file
from microdot import send_file
app = Microdot() app = Microdot()