Skip to content

Commit 320ce14

Browse files
committed
Ignore type error
1 parent 8f44ec8 commit 320ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_math/test_square.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_squarer(value: int | float) -> None:
1717

1818
def test_squarer_fail() -> None:
1919
with pytest.raises(TypeError):
20-
square_a_number("2")
20+
square_a_number("2") # type: ignore
2121

2222

2323
def test_dummy() -> None:

0 commit comments

Comments
 (0)