Skip to content

Commit cd7d01e

Browse files
committed
run pre-commit hooks
1 parent a5b24d6 commit cd7d01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/exts/core/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from contextlib import suppress
55
from typing import NamedTuple
66

7-
from discord import Colour, Embed, HTTPException, Message, Reaction, User, RawReactionActionEvent, NotFound
7+
from discord import Colour, Embed, HTTPException, Message, NotFound, RawReactionActionEvent, Reaction, User
88
from discord.ext import commands
99
from discord.ext.commands import CheckFailure, Cog as DiscordCog, Command, Context
1010
from pydis_core.utils.logging import get_logger

0 commit comments

Comments
 (0)