mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove useless comment
This commit is contained in:
parent
337d2719be
commit
9c59c089ef
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class DataBaseSystem(BaseTest):
|
|||
database.Session = sessionmaker()
|
||||
database.Session.configure(bind=create_engine("sqlite://"))
|
||||
session = database.Session()
|
||||
# session.execute(get_file_content("schema.sql"))
|
||||
for st in get_file_content("schema.sql").split(";"):
|
||||
session.execute(st)
|
||||
session.commit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue