Skip to content

Commit

Permalink
Make last snippet valid code
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Feb 10, 2021
1 parent 146dfe6 commit 22d2cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/profiles/test_wemake.py
Expand Up @@ -82,6 +82,6 @@ def test_wemake_snippet_three():
@final
class _ClassVisitor(ast.NodeVisitor):
class _ClassVisitor(ast.NodeVisitor): ...
"""
)

0 comments on commit 22d2cc7

Please sign in to comment.