Skip to content

Commit 6ef891e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17481e4 commit 6ef891e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trio/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import sys
2828
from types import AsyncGeneratorType, TracebackType
2929

30-
from typing_extensions import TypeVarTuple, Unpack, ParamSpec
30+
from typing_extensions import ParamSpec, TypeVarTuple, Unpack
3131

3232
if sys.version_info < (3, 11):
3333
from exceptiongroup import BaseExceptionGroup

0 commit comments

Comments
 (0)