aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mathsman5133 <[email protected]>2020-03-31 20:21:22 +1100
committerGravatar mathsman5133 <[email protected]>2020-03-31 20:21:22 +1100
commit72972704559fb9c5b86b6af32cb0d1799be4e563 (patch)
tree8684138e0757fb2e8d83b179b6cfca66c1b77136
parentMerge branch 'master' of https://github.com/python-discord/bot into help-refa... (diff)
Fix linting?
Not sure why my precommit didn't pick that up...
-rw-r--r--bot/cogs/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/help.py b/bot/cogs/help.py
index f020a1725..74c4cc664 100644
--- a/bot/cogs/help.py
+++ b/bot/cogs/help.py
@@ -5,7 +5,7 @@ from collections import namedtuple
from contextlib import suppress
from typing import List
-from discord import Colour, Embed, NotFound, Member, Message, Reaction, User
+from discord import Colour, Embed, Member, Message, NotFound, Reaction, User
from discord.ext.commands import Bot, Cog, Command, Context, Group, HelpCommand
from fuzzywuzzy import fuzz, process