Skip to content

Commit 941a43c

Browse files
committed
Lint repo to latest ruff rules
1 parent b20dab8 commit 941a43c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydis_core/_bot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ async def on_guild_available(self, guild: discord.Guild) -> None:
220220

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

225224
async def wait_until_guild_available(self) -> None:
226225
"""
@@ -279,7 +278,6 @@ async def setup_hook(self) -> None:
279278

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

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

0 commit comments

Comments
 (0)