From 525b44a40cebbcd2a07548c31798cf3d3605de2d Mon Sep 17 00:00:00 2001 From: kwzrd Date: Sat, 7 Mar 2020 16:06:07 +0100 Subject: Deseasonify: remove redundant import --- bot/seasons/halloween/halloween_facts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/seasons/halloween/halloween_facts.py b/bot/seasons/halloween/halloween_facts.py index 51b64be9..222768f4 100644 --- a/bot/seasons/halloween/halloween_facts.py +++ b/bot/seasons/halloween/halloween_facts.py @@ -8,8 +8,6 @@ from typing import Tuple import discord from discord.ext import commands -from bot.constants import Channels - log = logging.getLogger(__name__) SPOOKY_EMOJIS = [ -- cgit v1.2.3