diff --git a/src/trio/_tests/type_tests/path.py b/src/trio/_tests/type_tests/path.py index 321fd1043b..7c8c6de4a2 100644 --- a/src/trio/_tests/type_tests/path.py +++ b/src/trio/_tests/type_tests/path.py @@ -6,7 +6,7 @@ from typing import IO, Any, BinaryIO, List, Tuple import trio -from trio._path import _AsyncIOWrapper +from trio._path import _AsyncIOWrapper # pyright: ignore[reportPrivateUsage] from typing_extensions import assert_type