Skip to content

Commit efeb190

Browse files
committed
🏷️ Boring typing stuff
1 parent 6ec28e1 commit efeb190

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

discord/commands/options.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
Callable[[AutocompleteContext], MaybeAwaitable[AutocompleteReturnType]],
8383
Callable[[Cog, AutocompleteContext], MaybeAwaitable[AutocompleteReturnType]],
8484
Callable[
85-
[AutocompleteContext, Any], MaybeAwaitable[AutocompleteReturnType]
86-
], # pyright: ignore [reportExplicitAny]
85+
[AutocompleteContext, Any], # pyright: ignore [reportExplicitAny]
86+
MaybeAwaitable[AutocompleteReturnType],
87+
],
8788
Callable[
8889
[Cog, AutocompleteContext, Any], # pyright: ignore [reportExplicitAny]
8990
MaybeAwaitable[AutocompleteReturnType],

0 commit comments

Comments
 (0)