summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_design.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkers/unittest_design.py')
-rw-r--r--tests/checkers/unittest_design.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkers/unittest_design.py b/tests/checkers/unittest_design.py
index cb2d22fb7..d65eba68e 100644
--- a/tests/checkers/unittest_design.py
+++ b/tests/checkers/unittest_design.py
@@ -20,7 +20,7 @@ class TestDesignChecker(CheckerTestCase):
ignored_parents=(".Dddd",),
max_parents=1,
)
- def test_too_many_ancestors_ignored_parents_are_skipped(self):
+ def test_too_many_ancestors_ignored_parents_are_skipped(self) -> None:
"""Make sure that classes listed in ``ignored-parents`` aren't counted
by the too-many-ancestors message.
"""