Skip to content

Commit 69a16b6

Browse files
committed
🚨 Lint code
1 parent e2e1815 commit 69a16b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
from .main import setup, setup_webserver, on_startup, default, schema
1+
from .main import setup, default, schema
2+
3+
__all__ = ["setup", "default", "schema"]

src/extensions/status-post/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ async def push_status(self):
4545
async with session.get(self.config["url"] + ping) as resp:
4646
resp.raise_for_status()
4747

48+
4849
def setup(bot: discord.Bot, config: dict):
4950
bot.add_cog(Status(bot, config))

0 commit comments

Comments
 (0)