Skip to content

Commit 136d181

Browse files
committed
feat: 优化插件模板
1 parent 0cf8124 commit 136d181

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
description = "{{cookiecutter.plugin_desc}}" # noqa
1+
description = "{{cookiecutter.plugin_desc}}" # pylint: disable=invalid-name

template/{{cookiecutter.project_name}}/bk_plugin/versions/v1_0_0.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import logging
22

3-
from bk_plugin_framework.kit import ( # noqa
3+
from bk_plugin_framework.kit import (
44
Plugin,
55
InputsModel,
66
OutputsModel,
77
Field,
88
ContextRequire,
99
Context,
10-
State,
1110
)
1211

1312
logger = logging.getLogger("bk_plugin")

0 commit comments

Comments
 (0)