diff --git a/src/recordlinker/database/__init__.py b/src/recordlinker/database/__init__.py index 7af83d95..7bc8ad75 100644 --- a/src/recordlinker/database/__init__.py +++ b/src/recordlinker/database/__init__.py @@ -17,7 +17,6 @@ from recordlinker.config import settings -#TODO: figure out where this variable `verify_tables` is gonna come from def create_sessionmaker(init_tables: bool = True, verify_tables: bool = True) -> orm.sessionmaker: """ Create a new sessionmaker for the database connection.