PEP8 linting

This commit is contained in:
gcarq
2017-10-31 00:36:35 +01:00
parent 26468bef83
commit e07904d436
9 changed files with 33 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ def _profit(bot: Bot, update: Update) -> None:
)
send_msg(markdown_msg, bot=bot)
@authorized_only
def _balance(bot: Bot, update: Update) -> None:
"""
@@ -222,6 +223,7 @@ def _balance(bot: Bot, update: Update) -> None:
send_msg(output)
@authorized_only
def _start(bot: Bot, update: Update) -> None:
"""