Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 24, 2019
1 parent 0e34b11 commit 02d2f30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_read_simple_percent.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,7 @@ def test_default_cell_markers_in_contents_manager_does_not_impact_light_format(t
compare_notebooks(nb, nb2)


def test_single_triple_quote_works(no_jupytext_version_number, text=
'''# ---
def test_single_triple_quote_works(no_jupytext_version_number, text='''# ---
# jupyter:
# jupytext:
# cell_markers: '"""'
Expand Down

0 comments on commit 02d2f30

Please sign in to comment.