From 0b7980a4a4e518a377611f6811218174e949e966 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Mon, 24 Feb 2020 14:12:51 +0800 Subject: [PATCH] reformat --- nonebot/command/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nonebot/command/__init__.py b/nonebot/command/__init__.py index ffcb3b42..0747a6dc 100644 --- a/nonebot/command/__init__.py +++ b/nonebot/command/__init__.py @@ -293,7 +293,8 @@ class CommandSession(BaseSession): self._current_arg_images = None self.refresh(ctx, current_arg=current_arg) # fill the above - self._run_future = partial(asyncio.run_coroutine_threadsafe, loop=bot.loop) + self._run_future = partial(asyncio.run_coroutine_threadsafe, + loop=bot.loop) self._state: State_T = {} if args: