Skip to content

Commit 0df56df

Browse files
Paillat-devCopilot
andauthored
Update discord/utils/private.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Paillat <jeremiecotti@ik.me>
1 parent 32ed673 commit 0df56df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/utils/private.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ async def async_all(gen: Iterable[Any]) -> bool:
405405
async def maybe_awaitable(f: Callable[P, T | Awaitable[T]], *args: P.args, **kwargs: P.kwargs) -> T:
406406
value = f(*args, **kwargs)
407407
if isawaitable(value):
408-
reveal_type(f)
409408
return await value
410409
return value
411410

0 commit comments

Comments
 (0)