diff options
author | 2022-01-31 21:08:05 -0700 | |
---|---|---|
committer | 2022-01-31 21:08:05 -0700 | |
commit | 74885a48306b30945b9899a4d44a64ba84b4c24c (patch) | |
tree | cacaca2d8e89e3f1288dde8c5cb94a7fa064120b /bot | |
parent | Replace command/channel for lovefest role error in calculator (diff) |
Remove unused import
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/holidays/valentines/lovecalculator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/valentines/lovecalculator.py b/bot/exts/holidays/valentines/lovecalculator.py index 367eacaf..99fba150 100644 --- a/bot/exts/holidays/valentines/lovecalculator.py +++ b/bot/exts/holidays/valentines/lovecalculator.py @@ -12,7 +12,7 @@ from discord.ext import commands from discord.ext.commands import BadArgument, Cog, clean_content from bot.bot import Bot -from bot.constants import Channels, Client, Lovefest, Month, PYTHON_PREFIX +from bot.constants import Channels, Lovefest, Month, PYTHON_PREFIX from bot.utils.decorators import in_month log = logging.getLogger(__name__) |