diff options
author | 2019-02-18 10:29:34 +0530 | |
---|---|---|
committer | 2019-02-18 10:29:34 +0530 | |
commit | ea30ffd649b49b47d10b0826698e110024f17baa (patch) | |
tree | 0c647113174c87c1c00655b882ee11f118443655 | |
parent | I did the following changes : (diff) |
fixed the linter issue regarding the order of imports
-rw-r--r-- | bot/seasons/valentines/be_my_valentine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/be_my_valentine.py b/bot/seasons/valentines/be_my_valentine.py index 203c2e36..411bd47b 100644 --- a/bot/seasons/valentines/be_my_valentine.py +++ b/bot/seasons/valentines/be_my_valentine.py @@ -8,7 +8,7 @@ import discord from discord.ext import commands from discord.ext.commands.cooldowns import BucketType -from bot.constants import Colours, Lovefest, Client +from bot.constants import Client, Colours, Lovefest log = logging.getLogger(__name__) |