We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3decd4 commit baf3facCopy full SHA for baf3fac
src/mkdocstrings_handlers/python/_internal/rendering.py
@@ -639,7 +639,7 @@ def _parse_docstring_summary(attribute: Attribute) -> str:
639
name=attribute.name,
640
description=_parse_docstring_summary(attribute),
641
annotation=attribute.annotation,
642
- value=attribute.value, # type: ignore[arg-type]
+ value=attribute.value,
643
)
644
for attribute in attributes
645
if not check_public or attribute.is_public
0 commit comments