Skip to content

Commit

Permalink
Fix strict-mode error
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Dec 13, 2023
1 parent e012611 commit 9f94f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_tests/type_tests/path.py
Expand Up @@ -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


Expand Down

0 comments on commit 9f94f97

Please sign in to comment.