[REFORMAT] Ran black reformat

This commit is contained in:
c-d-p
2025-04-23 01:00:56 +02:00
parent d5d0a24403
commit 1553004efc
38 changed files with 1005 additions and 384 deletions

View File

@@ -1,5 +1,6 @@
from core.celery_app import celery_app
@celery_app.task
def cleardb(hard: bool):
"""
@@ -32,4 +33,4 @@ def cleardb(hard: bool):
print(f"Deleting table: {table_name}")
db.execute(table.delete())
db.commit()
return {"message": "Database cleared"}
return {"message": "Database cleared"}