This commit is contained in:
2021-08-19 07:48:25 +03:00
parent 12c3f6a006
commit 46975998e2
2 changed files with 0 additions and 35 deletions

View File

@@ -6,7 +6,6 @@ from sqlalchemy.orm import Session
from sqlalchemy.sql.schema import Table
from settings import DB_URL
from orm._retry import RetryingQuery
# engine = create_engine(DB_URL, convert_unicode=True, echo=False)
engine = create_engine(DB_URL,