aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Ben Soyka <[email protected]>2022-01-31 21:08:05 -0700
committerGravatar Ben Soyka <[email protected]>2022-01-31 21:08:05 -0700
commit74885a48306b30945b9899a4d44a64ba84b4c24c (patch)
treecacaca2d8e89e3f1288dde8c5cb94a7fa064120b /bot
parentReplace command/channel for lovefest role error in calculator (diff)
Remove unused import
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/holidays/valentines/lovecalculator.py2
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__)