Satisfy flake8

This commit is contained in:
int3l 2019-11-24 01:23:29 +02:00 committed by GitHub
parent b8e368b94e
commit 60c0fb4366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -295,7 +295,7 @@ def cmd_uptime(match: Match[str]) -> Response:
return UptimeResponse() return UptimeResponse()
@handle_message('!pep[ ]?(?P<pep_num>\d{1,4})') @handle_message(r'!pep[ ]?(?P<pep_num>\d{1,4})')
def cmd_pep(match: Match[str]) -> Response: def cmd_pep(match: Match[str]) -> Response:
*_, number = match.groups() *_, number = match.groups()
return MessageResponse( return MessageResponse(