diff options
author | 2019-04-02 20:27:21 +0100 | |
---|---|---|
committer | 2019-04-02 20:27:21 +0100 | |
commit | 05c692ab620194f160f01840f4b3134f3ae118f2 (patch) | |
tree | 8acaa0343b8542ba6a1767ba107d89fc6a42c382 | |
parent | Switched importing od JSON and random (diff) |
I HATE flake8
-rw-r--r-- | bot/seasons/easter/traditions.py | 2 |
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 |