diff --git a/backend/database.py b/backend/database.py index 967e99a..e234a15 100644 --- a/backend/database.py +++ b/backend/database.py @@ -8,4 +8,4 @@ engine = create_engine(SQLALCHEMY_DATABASE_URL, connect_args={'check_same_thread SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine) -Base = declarative_base() \ No newline at end of file +Base = declarative_base()