From 1922bf2dffa041841e76411ee84bd43c8d77c97f Mon Sep 17 00:00:00 2001 From: RohanRadia Date: Sat, 11 May 2019 19:55:36 +0100 Subject: Removed unused import. --- bot/seasons/halloween/8ball.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py index cdd37a5a..af037e53 100644 --- a/bot/seasons/halloween/8ball.py +++ b/bot/seasons/halloween/8ball.py @@ -4,7 +4,6 @@ import logging import random from pathlib import Path -import discord from discord.ext import commands log = logging.getLogger(__name__) -- cgit v1.2.3