Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh authored Jan 10, 2020
1 parent ee5462a commit bcb4861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions st2.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ def append_args(func, args, kwargs):

self.create_dynamic_plugin(
name="St2",
doc="err-stackstorm v{} - A StackStorm plugin for authentication and Action Alias execution."
" Use {}{}help for action alias help.".format(
doc="err-stackstorm v{} - A StackStorm plugin for authentication and Action Alias "
"execution. Use {}{}help for action alias help.".format(
ERR_STACKSTORM_VERSION, self.cfg.bot_prefix, self.cfg.plugin_prefix
),
commands=(
Expand Down

0 comments on commit bcb4861

Please sign in to comment.