diff options
author | 2021-03-12 20:01:24 -0500 | |
---|---|---|
committer | 2021-03-12 20:01:24 -0500 | |
commit | ccf7d118eb2dea996b10bf0a4cfca977c452f636 (patch) | |
tree | c5e93c250b8b1a10f915042b5f5a8a284d1f274c /bot/exts/evergreen/status_codes.py | |
parent | make utility invoke_help_command function (diff) |
Make flake8 happy.
Diffstat (limited to 'bot/exts/evergreen/status_codes.py')
-rw-r--r-- | bot/exts/evergreen/status_codes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/evergreen/status_codes.py b/bot/exts/evergreen/status_codes.py index a037e117..127f3424 100644 --- a/bot/exts/evergreen/status_codes.py +++ b/bot/exts/evergreen/status_codes.py @@ -2,6 +2,7 @@ from http import HTTPStatus import discord from discord.ext import commands + from bot.utils.extensions import invoke_help_command HTTP_DOG_URL = "https://httpstatusdogs.com/img/{code}.jpg" |