Quellcode durchsuchen

add import aiofiles

ming vor 3 Jahren
Ursprung
Commit
3e25befddb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      api/main.py

+ 1 - 0
api/main.py

@@ -31,6 +31,7 @@ import io
 from first import first
 import traceback
 import logging
+import aiofiles
 #test
 
 app = FastAPI()