diff options
| author | 2021-01-31 05:26:23 +0530 | |
|---|---|---|
| committer | 2021-01-31 05:26:23 +0530 | |
| commit | f5eae5bec548bc1e450af7f07387531b80869f84 (patch) | |
| tree | d4cb61bf321f029e980049bee5457b0801afc137 | |
| parent | Add http status dog and add http_cat to group http_status (diff) | |
Remove unused imports
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/evergreen/status_codes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/evergreen/status_codes.py b/bot/exts/evergreen/status_codes.py index eebc23af..473e778c 100644 --- a/bot/exts/evergreen/status_codes.py +++ b/bot/exts/evergreen/status_codes.py @@ -1,8 +1,6 @@ -import re from http import HTTPStatus import discord -from discord import HTTPException from discord.ext import commands |