aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-20 11:37:56 -0400
committerGravatar ToxicKidz <[email protected]>2021-03-20 11:37:56 -0400
commit5c8e3008ee5f37bbcab24552fd4c933c8271aa58 (patch)
tree5d6c4ace84e568870b5cfd74f68f806ae03b6e36
parentFix trailing whitespace (diff)
Fix imports
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index 07175857..ebb265b5 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -6,7 +6,7 @@ import discord
from discord.ext import commands
from discord.ext.commands.cooldowns import BucketType
-from bot.constants import NEGATIVE_REPLIES, Colours
+from bot.constants import Colours, NEGATIVE_REPLIES
from bot.exts.utils.extensions import invoke_help_command
log = logging.getLogger(__name__)