Skip to content

Commit 27d7a7c

Browse files
committed
Fix type annotation
1 parent 24ce810 commit 27d7a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_unique(converter: BaseConverter):
119119

120120
@define
121121
class A:
122-
a: list[int]
122+
a: List[int]
123123

124124
customize(converter, A, V(f(A).a).ensure(is_unique))
125125

0 commit comments

Comments
 (0)