Skip to content

Commit 4729a27

Browse files
committed
Remove an unneeded noqa
1 parent 86fa572 commit 4729a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metricity/exts/event_listeners/startup_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, bot: Bot) -> None:
2626
self.bot = bot
2727
scheduling.create_task(self.sync_guild())
2828

29-
async def sync_guild(self) -> None: # noqa: PLR0914
29+
async def sync_guild(self) -> None:
3030
"""Sync all channels and members in the guild."""
3131
await self.bot.wait_until_guild_available()
3232

0 commit comments

Comments
 (0)