diff options
| -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 | 
