From 69e06778c80f7038c8fb942af84b884c021f85cd Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 28 Dec 2023 19:04:19 -0500 Subject: [PATCH] misc(nerdify): removed linter thing --- nerdify/nerdify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdify/nerdify.py b/nerdify/nerdify.py index 2b9cc7d..cb19864 100644 --- a/nerdify/nerdify.py +++ b/nerdify/nerdify.py @@ -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.