Skip to content

Commit

Permalink
remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 6, 2024
1 parent d1368fa commit cbfdc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def connect(self, conn: Optional[str] = None):

self.engine = create_engine(conn)
self.session = Session(self.engine)
self.session.autoflush = False
# self.session.autoflush = False

BaseModel.metadata.create_all(bind=self.engine)
self._db_last_modified = self._get_db_last_modified()
Expand Down

0 comments on commit cbfdc2b

Please sign in to comment.