Skip to content

Commit 322400a

Browse files
feat: fix stuff
1 parent 21f410a commit 322400a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/recordlinker/database/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from recordlinker.config import settings
1818

1919

20-
#TODO: figure out where this variable `verify_tables` is gonna come from
2120
def create_sessionmaker(init_tables: bool = True, verify_tables: bool = True) -> orm.sessionmaker:
2221
"""
2322
Create a new sessionmaker for the database connection.

0 commit comments

Comments
 (0)