pycharm下格式化模板文件,统一风格

This commit is contained in:
zhengxinonly
2021-06-13 12:45:11 +08:00
parent d9a5bcb0de
commit 5faf88283f
39 changed files with 2829 additions and 2712 deletions
+2
View File
@@ -2,6 +2,8 @@ from flask import Blueprint
index_bp = Blueprint('Index', __name__, url_prefix='/')
from . import index
def init_index_views(app):
"""