mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 04:53:54 +02:00
Replaced the bind with the connection method
This commit is contained in:
@ -188,7 +188,6 @@ def full_db(empty_db: Session, finance_statements: list[dict[str, Any]]) -> Sess
|
||||
entities.MissingCompany(name="Some company missing", zip_code="", city="")
|
||||
)
|
||||
empty_db.commit()
|
||||
# print(pd.read_sql_table("company", empty_db.bind).to_string())
|
||||
return empty_db
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user