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

@@ -5,8 +5,8 @@ from flask import Blueprint
from app.services.decorators import (
get_current_user,
require_auth,
require_role,
require_credits,
require_role,
)
bp = Blueprint("main", __name__)