Skip to content

Commit 29b1118

Browse files
committed
ci: Make Ruff happy
1 parent eab63ad commit 29b1118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_docstrings/test_google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ def test_reading_property_type_in_summary(parse_google: ParserType) -> None:
18921892
docstring = "str: Description of the property."
18931893
parent = Attribute("prop")
18941894
parent.labels.add("property")
1895-
sections, warnings = parse_google(docstring, returns_type_in_property_summary=True, parent=parent)
1895+
sections, _ = parse_google(docstring, returns_type_in_property_summary=True, parent=parent)
18961896
assert len(sections) == 2
18971897
assert sections[0].kind is DocstringSectionKind.text
18981898
assert sections[1].kind is DocstringSectionKind.returns

0 commit comments

Comments
 (0)