diff options
author | 2018-12-26 10:01:30 -0500 | |
---|---|---|
committer | 2018-12-26 10:01:30 -0500 | |
commit | 01470fc31cd429164a7c314f01fb5b3c81f600d2 (patch) | |
tree | ed542d8cc76f712c931f386eb643b95815390967 /bot/seasons/christmas/adventofcode.py | |
parent | Remove local env var modification command (diff) |
Remove unused imports
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 3 |
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__) |