From 60c0fb436679906135a244e17e8d54cd8c632515 Mon Sep 17 00:00:00 2001 From: int3l Date: Sun, 24 Nov 2019 01:23:29 +0200 Subject: [PATCH] Satisfy flake8 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 6e77729..226c213 100644 --- a/bot.py +++ b/bot.py @@ -295,7 +295,7 @@ def cmd_uptime(match: Match[str]) -> Response: return UptimeResponse() -@handle_message('!pep[ ]?(?P\d{1,4})') +@handle_message(r'!pep[ ]?(?P\d{1,4})') def cmd_pep(match: Match[str]) -> Response: *_, number = match.groups() return MessageResponse(