From b566fe764fb91e0e78637f85485ba4db54d0fa4d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:49:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks --- trio/_tests/type_tests/check_wraps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trio/_tests/type_tests/check_wraps.py b/trio/_tests/type_tests/check_wraps.py index 456aa3dffb..5692738be4 100644 --- a/trio/_tests/type_tests/check_wraps.py +++ b/trio/_tests/type_tests/check_wraps.py @@ -1,8 +1,7 @@ # https://github.com/python-trio/trio/issues/2775#issuecomment-1702267589 # (except platform independent...) -import typing_extensions - import trio +import typing_extensions async def fn(s: trio.SocketStream) -> None: