mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-13 11:50:37 +08:00
ran pre-commit and fixed issues
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user