misc(nerdify): removed linter thing

This commit is contained in:
Seaswimmer 2023-12-28 19:04:19 -05:00
parent 35b0e6b5e5
commit 69e06778c8
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -40,7 +40,7 @@ class Nerdify(commands.Cog):
return f"\"{text}\" 🤓"
async def type_message(
self, destination: discord.abc.Messageable, content: str, **kwargs: Any # noqa: ANN401
self, destination: discord.abc.Messageable, content: str, **kwargs: Any
) -> discord.Message | None:
"""Simulate typing and sending a message to a destination.