aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar bramz <[email protected]>2019-03-22 14:16:56 -0400
committerGravatar bramz <[email protected]>2019-03-22 14:16:56 -0400
commit3142bb79757dde27f1f38be2de4972aaf6bd9202 (patch)
tree155f812d47ebed6f5d1f729e8e4f9a39bda52661
parentCorrect improper import positioning (diff)
Fix imports
-rw-r--r--bot/seasons/evergreen/magic_8ball.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/magic_8ball.py b/bot/seasons/evergreen/magic_8ball.py
index 38a0fd24..ac435d3a 100644
--- a/bot/seasons/evergreen/magic_8ball.py
+++ b/bot/seasons/evergreen/magic_8ball.py
@@ -1,7 +1,6 @@
import json
import logging
import random
-
from pathlib import Path
from discord.ext import commands