refactor: clean up code by adding missing commas and improving import order

This commit is contained in:
JSC
2025-07-02 10:46:53 +02:00
parent 171dbb9b63
commit 703212656f
20 changed files with 87 additions and 496 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
"""Database migration script for Flask-Migrate."""
import os
from flask.cli import FlaskGroup
from app import create_app
from app.database import db