aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-04-02 20:27:21 +0100
committerGravatar RohanRadia <[email protected]>2019-04-02 20:27:21 +0100
commit05c692ab620194f160f01840f4b3134f3ae118f2 (patch)
tree8acaa0343b8542ba6a1767ba107d89fc6a42c382 /bot
parentSwitched importing od JSON and random (diff)
I HATE flake8
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/easter/traditions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/traditions.py b/bot/seasons/easter/traditions.py
index b9b998e3..d9ef74e7 100644
--- a/bot/seasons/easter/traditions.py
+++ b/bot/seasons/easter/traditions.py
@@ -1,5 +1,5 @@
-import logging
import json
+import logging
import random
from discord.ext import commands