diff options
author | 2020-03-31 20:21:22 +1100 | |
---|---|---|
committer | 2020-03-31 20:21:22 +1100 | |
commit | 72972704559fb9c5b86b6af32cb0d1799be4e563 (patch) | |
tree | 8684138e0757fb2e8d83b179b6cfca66c1b77136 | |
parent | Merge 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.py | 2 |
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 |