ran pre-commit and fixed issues

This commit is contained in:
Yannic Kilcher
2022-12-13 12:38:59 +01:00
parent ceda5481b9
commit d3d657e636
43 changed files with 213 additions and 154 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from sqlmodel import create_engine
# -*- coding: utf-8 -*-
from app.config import settings
from sqlmodel import create_engine
engine = create_engine(settings.DATABASE_URI)