Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Apr 4, 2024
1 parent 68c072c commit 110cdfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,8 @@ def test_get_function_documentation(
"class_type",
ParameterDocstring(
type=NamedType(
name="ClassWithAttributes", qname="tests.data.docstring_parser_package.numpydoc.ClassWithAttributes",
name="ClassWithAttributes",
qname="tests.data.docstring_parser_package.numpydoc.ClassWithAttributes",
),
),
),
Expand Down Expand Up @@ -819,7 +820,8 @@ def test_get_parameter_documentation(
"class_type",
AttributeDocstring(
type=NamedType(
name="ClassWithAttributes", qname="tests.data.docstring_parser_package.numpydoc.ClassWithAttributes",
name="ClassWithAttributes",
qname="tests.data.docstring_parser_package.numpydoc.ClassWithAttributes",
),
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def test_get_function_documentation(
"class_type",
ParameterDocstring(
type=NamedType(
name="ClassWithMethod", qname="tests.data.docstring_parser_package.restdoc.ClassWithMethod",
name="ClassWithMethod",
qname="tests.data.docstring_parser_package.restdoc.ClassWithMethod",
),
),
),
Expand Down

0 comments on commit 110cdfc

Please sign in to comment.