Skip to content

Commit 7b0c360

Browse files
committed
fix formatting
1 parent ecffec2 commit 7b0c360

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cogs/modmail.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,9 @@ async def selfcontact(self, ctx):
15001500
async def contact(
15011501
self,
15021502
ctx,
1503-
users: commands.Greedy[Union[Literal["silent", "silently"], discord.Member, discord.User, discord.Role]],
1503+
users: commands.Greedy[
1504+
Union[Literal["silent", "silently"], discord.Member, discord.User, discord.Role]
1505+
],
15041506
*,
15051507
category: SimilarCategoryConverter = None,
15061508
manual_trigger=True,

0 commit comments

Comments
 (0)