Skip to content

Commit 3052f0b

Browse files
committed
removed unnecessary line
1 parent f647f9e commit 3052f0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lms/lmsdb/bootstrap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def get_new_tables(tables: Iterable[Model]) -> List[Model]:
342342
return [table for table in tables if not is_tables_exists(table)]
343343

344344

345-
346345
def main():
347346
with models.database.connection_context():
348347
new_tables = get_new_tables(models.ALL_MODELS)

0 commit comments

Comments
 (0)