Skip to content

Commit

Permalink
minor code tweaks to eliminate IDE warnings (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored Dec 11, 2020
1 parent 60800a3 commit 9aee218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_docstrings(all_script_objects) -> None:

# inspect found classes:
for clsname, cls in classes:
inner_classes, inner_functions, inner_methods = member_childs(cls, None)
_inner_classes, inner_functions, inner_methods = member_childs(cls, None)

# functions where docstring is None:
functions_with_missing_docstr.extend(
Expand Down

0 comments on commit 9aee218

Please sign in to comment.