Skip to content

Commit 7a28aac

Browse files
akbakb
authored andcommitted
Fix typing reference
1 parent 0169ef0 commit 7a28aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mario/traversals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import trio_typing
1818

1919

20-
T = typing.TypeVar("T")
21-
U = typing.TypeVar("U")
20+
T = t.TypeVar("T")
21+
U = t.TypeVar("U")
2222

2323
_PYPE_VALUE = "_PYPE_VALUE"
2424

0 commit comments

Comments
 (0)