Skip to content

Commit e8300df

Browse files
authored
Merge pull request #935 from dev-hato/fix-format-fono/hato-plugin-logger-to-decorator
formatが間違ってたので直してあげたよ!PRをマージしてね! #920
2 parents 7565aae + 4d4578b commit e8300df

2 files changed

Lines changed: 28 additions & 23 deletions

File tree

Pipfile.lock

Lines changed: 27 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/hato.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
logger = getLogger(__name__)
3434

35+
3536
def action(plugin_name: str, with_client: bool = False):
3637
"""
3738
アクション定義メソッドに使うデコレータ

0 commit comments

Comments
 (0)