aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/christmas/adventofcode.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2018-12-26 10:01:30 -0500
committerGravatar sco1 <[email protected]>2018-12-26 10:01:30 -0500
commit01470fc31cd429164a7c314f01fb5b3c81f600d2 (patch)
treeed542d8cc76f712c931f386eb643b95815390967 /bot/seasons/christmas/adventofcode.py
parentRemove local env var modification command (diff)
Remove unused imports
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r--bot/seasons/christmas/adventofcode.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py
index 113f959d..e9853222 100644
--- a/bot/seasons/christmas/adventofcode.py
+++ b/bot/seasons/christmas/adventofcode.py
@@ -13,8 +13,7 @@ from bs4 import BeautifulSoup
from discord.ext import commands
from pytz import timezone
-from bot.constants import AdventOfCode as AocConfig, Colours, Emojis, Roles, Tokens
-from bot.decorators import with_role
+from bot.constants import AdventOfCode as AocConfig, Colours, Emojis, Tokens
log = logging.getLogger(__name__)