aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-02-18 10:29:34 +0530
committerGravatar Rohan <[email protected]>2019-02-18 10:29:34 +0530
commitea30ffd649b49b47d10b0826698e110024f17baa (patch)
tree0c647113174c87c1c00655b882ee11f118443655
parentI did the following changes : (diff)
fixed the linter issue regarding the order of imports
-rw-r--r--bot/seasons/valentines/be_my_valentine.py2
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__)