Skip to content

Commit be41bb4

Browse files
committed
Remove unused type:ignore comment.
1 parent 5c201b2 commit be41bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocstrings_handlers/vba/_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ def __init__(self, *, base_dir: Path, encoding: str, **kwargs: Any) -> None:
5151
self.base_dir = base_dir
5252
self.encoding = encoding
5353

54-
name: ClassVar[str] = "vba" # type: ignore[misc]
54+
name: ClassVar[str] = "vba"
5555
"""
5656
The handler's name.
5757
"""
5858

59-
domain: ClassVar[str] = "vba" # type: ignore[misc]
59+
domain: ClassVar[str] = "vba"
6060
"""
6161
The cross-documentation domain/language for this handler.
6262
"""

0 commit comments

Comments
 (0)