fix: errors raised by Pycharm

This commit is contained in:
geoffrey45
2023-02-01 14:00:21 +03:00
parent 95c1524b68
commit 838e19cf0f
14 changed files with 20 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from app import create_api
from app.api import create_api
if __name__ == '__main__':
app = create_api()