Skip to content

Commit b2f597e

Browse files
committed
Remove unused typevar
1 parent df8c5a9 commit b2f597e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typing_tests/thing_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ class TestExplicitDescriptor(lt.Thing):
171171
assert_type(TestExplicitDescriptor.optionalintprop2, lt.DataProperty[int | None])
172172
assert_type(TestExplicitDescriptor.optionalintprop3, lt.DataProperty[int | None])
173173

174+
174175
Val = typing.TypeVar("Val")
175-
Thing = typing.TypeVar("Thing", bound=lt.Thing)
176176

177177

178178
def f_property(getter: typing.Callable[..., Val]) -> FunctionalProperty[Val]:

0 commit comments

Comments
 (0)