Skip to content

Commit cd695b5

Browse files
committed
Ignore pytype error
1 parent 02d8681 commit cd695b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocstrings/handlers/crystal/items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DocItem(metaclass=abc.ABCMeta):
2323
def __init__(self, data: Mapping[str, Any], parent: Optional[DocItem], root: Optional[DocType]):
2424
self.data = data
2525
self.parent = parent
26-
self.root = root or self
26+
self.root = root or self # type: ignore
2727

2828
@property
2929
def name(self) -> str:

0 commit comments

Comments
 (0)