Skip to content

Commit f5bcc3b

Browse files
committed
minor: flake8 fix
1 parent ee7d912 commit f5bcc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • runtime/bk-plugin-runtime/bk_plugin_runtime/config

runtime/bk-plugin-runtime/bk_plugin_runtime/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
BKPAAS_ENVIRONMENT = os.getenv("BKPAAS_ENVIRONMENT", "dev")
1919

2020
# 请在这里加入你的自定义 APP
21-
INSTALLED_APPS += (
21+
INSTALLED_APPS += ( # noqa
2222
"rest_framework",
2323
"drf_yasg",
2424
"bk_plugin_framework.runtime.loghub",

0 commit comments

Comments
 (0)