Skip to content

Commit eaf5b59

Browse files
Xinkai Yidengyh
authored andcommitted
fix: 变量导入添加# noqa注释 --story=130029401
1 parent cbad8c5 commit eaf5b59

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
@@ -126,7 +126,7 @@
126126
IS_AJAX_PLAIN_MODE = False
127127

128128
# 国际化配置
129-
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),) # noqa
129+
LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),) # noqa: F405
130130

131131
TIME_ZONE = "Asia/Shanghai"
132132
LANGUAGE_CODE = "zh-hans"

0 commit comments

Comments
 (0)