From ed602405df8e4ddf9e7993e42eea9a5e9afd4856 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 6 May 2023 20:09:19 +0100 Subject: Apply fixes for ruff linting --- dev/bot/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/bot/cog.py') diff --git a/dev/bot/cog.py b/dev/bot/cog.py index 7746c54e..0da950f9 100644 --- a/dev/bot/cog.py +++ b/dev/bot/cog.py @@ -12,7 +12,7 @@ class Cog(commands.Cog): @commands.Cog.listener() async def on_ready(self) -> None: """Print a message when the client (re)connects.""" - print("Client is ready.") + print("Client is ready.") # noqa: T201 @commands.command() async def reload(self, ctx: commands.Context) -> None: -- cgit v1.2.3