Skip to content

Commit 6ff9b49

Browse files
committed
unindent overly indented signature
1 parent 1a60b7c commit 6ff9b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydis_core/utils/channel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def is_in_category(channel: discord.TextChannel, category_id: int) -> bool:
2323

2424

2525
async def get_or_fetch_channel(
26-
bot: Bot,
27-
channel_id: int
26+
bot: Bot,
27+
channel_id: int,
2828
) -> discord.abc.GuildChannel | discord.abc.PrivateChannel | discord.Thread:
2929
"""
3030
Attempt to get or fetch the given ``channel_id`` from the bots cache, and return it.

0 commit comments

Comments
 (0)