Skip to content

Commit

Permalink
STY: placate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Apr 18, 2024
1 parent 551c8a8 commit e613b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpydoc/tests/test_docscrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ def test_returnyield():
"""
doc = NumpyDocString(doc_text)
assert len(doc['Returns']) == 1
assert len(doc['Yields']) == 2
assert len(doc["Returns"]) == 1
assert len(doc["Yields"]) == 2


def test_section_twice():
Expand Down

0 comments on commit e613b18

Please sign in to comment.