aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-01-31 05:26:23 +0530
committerGravatar Shivansh-007 <[email protected]>2021-01-31 05:26:23 +0530
commitf5eae5bec548bc1e450af7f07387531b80869f84 (patch)
treed4cb61bf321f029e980049bee5457b0801afc137
parentAdd http status dog and add http_cat to group http_status (diff)
Remove unused imports
-rw-r--r--bot/exts/evergreen/status_codes.py2
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