chore: PEP8

This commit is contained in:
agatha 2024-04-05 16:41:51 -04:00
parent 5074db5618
commit f1edf3218a

View File

@ -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()
Base = declarative_base()