Улучшение читаемости
Хотя бы немного
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user