Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Oct 25, 2021
1 parent d5d7232 commit 17abfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_examples.py
Expand Up @@ -358,4 +358,4 @@ def test_skip_header(md, clean):
['<!-- end description -->\nthings', 'things'],
])
def test_cleanup_markdown(md, clean):
assert examples._cleanup_markdown(md) == clean
assert examples._cleanup_markdown(md) == clean

0 comments on commit 17abfc5

Please sign in to comment.