From 4ed2b0120fe86bf50e9316887460b50cf51c8c2b Mon Sep 17 00:00:00 2001 From: mihalin Date: Thu, 9 Sep 2021 20:53:41 +0300 Subject: [PATCH] flake8 fix --- olgram/commands/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olgram/commands/start.py b/olgram/commands/start.py index eecac7b..b579118 100644 --- a/olgram/commands/start.py +++ b/olgram/commands/start.py @@ -40,6 +40,6 @@ async def help(message: types.Message, state: FSMContext): """ await message.answer(dedent(f""" - + Version {OlgramSettings.version()} """))