summaryrefslogtreecommitdiff
path: root/_test/test_int.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_int.py')
-rw-r--r--_test/test_int.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/test_int.py b/_test/test_int.py
index aa300df..92fb92a 100644
--- a/_test/test_int.py
+++ b/_test/test_int.py
@@ -1,6 +1,6 @@
# coding: utf-8
-import pytest # NOQA
+import pytest # type: ignore # NOQA
from roundtrip import dedent, round_trip_load, round_trip_dump
@@ -8,7 +8,7 @@ from roundtrip import dedent, round_trip_load, round_trip_dump
class TestBinHexOct:
- def test_calculate(self):
+ def test_calculate(self) -> None:
# make sure type, leading zero(s) and underscore are preserved
s = dedent("""\
- 42