diff --git a/tests/unit/profiles/test_wemake.py b/tests/unit/profiles/test_wemake.py index ad9530131..2d1fb22df 100644 --- a/tests/unit/profiles/test_wemake.py +++ b/tests/unit/profiles/test_wemake.py @@ -82,6 +82,6 @@ def test_wemake_snippet_three(): @final -class _ClassVisitor(ast.NodeVisitor): +class _ClassVisitor(ast.NodeVisitor): ... """ )