Deployed c5354baf to dev with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions 2025-09-10 20:08:12 +00:00
parent b4b5f972ff
commit e64a779b25
64 changed files with 64 additions and 64 deletions

View file

@ -846,7 +846,7 @@ def _extract_property_docstrings(cls: Type) -> Dict[str, str]:
- The function assumes that the class is defined at the global scope (module level)
and that the body is indented with 4 spaces.
"""
lines, start_line_index = inspect.getsourcelines(cls)
lines, _start_line_index = inspect.getsourcelines(cls)
attrs_lines: List[str] = []
ignore = True
for line in lines: