flake8 fix
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
This commit is contained in:
@@ -447,7 +447,7 @@ class Telegram(RPCHandler):
|
||||
return lines
|
||||
|
||||
@authorized_only
|
||||
def _status(self, update: Update, context: CallbackContext) -> None:
|
||||
def _status(self, update: Update, context: CallbackContext) -> None: # noqa: max-complexity: 13
|
||||
"""
|
||||
Handler for /status.
|
||||
Returns the current TradeThread status
|
||||
|
||||
Reference in New Issue
Block a user