Skip to content

Commit

Permalink
no Base.prepare as we are no longer using DeferredReflection
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Sep 9, 2024
1 parent 46b5375 commit 5017595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lilac2/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class PkgCurrent(Base):
def setup(engine, schema):
global USE, SCHEMA
Session.configure(bind=engine)
Base.prepare(engine)
USE = True
if schema:
SCHEMA = schema
Expand Down

0 comments on commit 5017595

Please sign in to comment.