Улучшение читаемости

Хотя бы немного
This commit is contained in:
2024-11-20 19:37:05 +03:00
parent f83a05b6c8
commit 5c8bf9b585
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import json
with open(path.join(path.dirname(__file__), 'reports.json')) as f:
report_list = json.load(f)
report_bp = Blueprint('report_bp', __name__, template_folder='templates')
@report_bp.route('/menu')