We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f410a commit 322400aCopy full SHA for 322400a
src/recordlinker/database/__init__.py
@@ -17,7 +17,6 @@
17
from recordlinker.config import settings
18
19
20
-#TODO: figure out where this variable `verify_tables` is gonna come from
21
def create_sessionmaker(init_tables: bool = True, verify_tables: bool = True) -> orm.sessionmaker:
22
"""
23
Create a new sessionmaker for the database connection.
0 commit comments