completely unnecessary commit

pull/171/head
Aevann 2023-07-10 03:52:24 +03:00
parent 13c99ec9ad
commit c043cc6f59
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ class OrgyTypes:
RUMBLE = 2
TWITCH = 3
from sqlalchemy import create_engine
from sqlalchemy.engine import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
engine = create_engine(environ.get("DATABASE_URL").strip())