Skip to content

Commit

Permalink
fixed linters for fixed error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebyshev committed Feb 6, 2024
1 parent 0d6586a commit 3865f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shvatka/tgbot/dialogs/level_scn/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ def convert_bonus_keys(text: str) -> list[scn.BonusKey]:
return result


async def not_correct_bonus_keys(m: Message, dialog_: Any, manager: DialogManager, error: ValueError):
async def not_correct_bonus_keys(
m: Message, dialog_: Any, manager: DialogManager, error: ValueError
):
await m.answer(
"Ключ должен начинаться на SH или СХ и содержать "
"только цифры и заглавные буквы кириллицы и латиницы. "
Expand Down

0 comments on commit 3865f9e

Please sign in to comment.