diff --git a/tests/test_optional.py b/tests/test_optional.py index 4afbef7..80d0c72 100644 --- a/tests/test_optional.py +++ b/tests/test_optional.py @@ -1,6 +1,6 @@ # pyright: reportUnnecessaryComparison=false # pyright: reportUnreachable=false -# pyright: reportUnusedCallResult = false +# pyright: reportUnusedCallResult=false import pytest diff --git a/tests/test_something.py b/tests/test_something.py index 1365fda..312112d 100644 --- a/tests/test_something.py +++ b/tests/test_something.py @@ -1,4 +1,4 @@ -# pyright: reportUnusedCallResult = false +# pyright: reportUnusedCallResult=false import pytest