We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75f502 commit 5de657fCopy full SHA for 5de657f
stdlib/@tests/test_cases/asyncio/check_coroutines.py
@@ -1,12 +1,12 @@
1
from __future__ import annotations
2
3
import inspect
4
+import sys
5
from asyncio import iscoroutinefunction
6
from collections.abc import Awaitable, Callable, Coroutine
7
from types import CoroutineType
8
from typing import Any
9
from typing_extensions import assert_type
-import sys
10
11
12
# asyncio.iscoroutinefunction is deprecated, expecting a warning.
0 commit comments