Skip to content

Commit

Permalink
unindent overly indented signature
Browse files Browse the repository at this point in the history
  • Loading branch information
shtlrs committed Jul 10, 2023
1 parent 1a60b7c commit 6ff9b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydis_core/utils/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def is_in_category(channel: discord.TextChannel, category_id: int) -> bool:


async def get_or_fetch_channel(
bot: Bot,
channel_id: int
bot: Bot,
channel_id: int,
) -> discord.abc.GuildChannel | discord.abc.PrivateChannel | discord.Thread:
"""
Attempt to get or fetch the given ``channel_id`` from the bots cache, and return it.
Expand Down

0 comments on commit 6ff9b49

Please sign in to comment.