Skip to content

Commit 5de657f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent a75f502 commit 5de657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/asyncio/check_coroutines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from __future__ import annotations
22

33
import inspect
4+
import sys
45
from asyncio import iscoroutinefunction
56
from collections.abc import Awaitable, Callable, Coroutine
67
from types import CoroutineType
78
from typing import Any
89
from typing_extensions import assert_type
9-
import sys
1010

1111

1212
# asyncio.iscoroutinefunction is deprecated, expecting a warning.

0 commit comments

Comments
 (0)