Skip to content

Commit bdd3362

Browse files
committed
The new mypy has a more specific code for this case
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent bd9c070 commit bdd3362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_scripts/macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_docstring(symbol: str) -> str:
3535
return docstring.value
3636

3737
# The decorator makes the function untyped
38-
@env.macro # type: ignore[misc]
38+
@env.macro # type: ignore[untyped-decorator]
3939
def docstring_summary(symbol: str) -> str:
4040
"""Get the summary of a Python symbol.
4141

0 commit comments

Comments
 (0)