Skip to content

Commit 534c963

Browse files
committed
Fixes pytest
1 parent ee33ff2 commit 534c963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_typeclass/test_reuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_class_reuse() -> None:
1717
typeclass(_Example)
1818

1919
with pytest.raises(TypeError):
20-
typeclass(_Example)
20+
typeclass(_Example) # type: ignore
2121

2222

2323
def test_function_reuse() -> None:

0 commit comments

Comments
 (0)