Skip to content

Commit

Permalink
Lint repo to latest ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Nov 27, 2023
1 parent b20dab8 commit 941a43c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydis_core/_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ async def on_guild_available(self, guild: discord.Guild) -> None:

async def log_to_dev_log(self, message: str) -> None:
"""Log the given message to #dev-log."""
...

async def wait_until_guild_available(self) -> None:
"""
Expand Down Expand Up @@ -279,7 +278,6 @@ async def setup_hook(self) -> None:

async def ping_services(self) -> None:
"""Ping all required services on setup to ensure they are up before starting."""
...

async def close(self) -> None:
"""Close the Discord connection, and the aiohttp session, connector, statsd client, and resolver."""
Expand Down

0 comments on commit 941a43c

Please sign in to comment.