chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-06-20 20:32:23 +04:00
parent e3e2bf841e
commit 17b9a81504
61 changed files with 89 additions and 27 deletions

View File

@@ -62,7 +62,9 @@ def handle_peewee_migration(DATABASE_URL):
except Exception as e:
log.error(f"Failed to initialize the database connection: {e}")
log.warning("Hint: If your database password contains special characters, you may need to URL-encode it.")
log.warning(
"Hint: If your database password contains special characters, you may need to URL-encode it."
)
raise
finally:
# Properly closing the database connection