diff options
author | 2019-03-22 14:16:56 -0400 | |
---|---|---|
committer | 2019-03-22 14:16:56 -0400 | |
commit | 3142bb79757dde27f1f38be2de4972aaf6bd9202 (patch) | |
tree | 155f812d47ebed6f5d1f729e8e4f9a39bda52661 | |
parent | Correct improper import positioning (diff) |
Fix imports
-rw-r--r-- | bot/seasons/evergreen/magic_8ball.py | 1 |
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 |