From a29ad8d4a66bd96e23b317f26846e4c4b95f7835 Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 9 Jun 2023 02:50:49 +0200 Subject: [PATCH] style: reformat --- autothreader/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autothreader/__init__.py b/autothreader/__init__.py index 7cd2c47..6a21ffe 100644 --- a/autothreader/__init__.py +++ b/autothreader/__init__.py @@ -2,5 +2,6 @@ from redbot.core.bot import Red from .autothreader import AutoThreader + async def setup(bot: Red) -> None: await bot.add_cog(AutoThreader(bot))