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 02d8681 commit cd695b5Copy full SHA for cd695b5
1 file changed
mkdocstrings/handlers/crystal/items.py
@@ -23,7 +23,7 @@ class DocItem(metaclass=abc.ABCMeta):
23
def __init__(self, data: Mapping[str, Any], parent: Optional[DocItem], root: Optional[DocType]):
24
self.data = data
25
self.parent = parent
26
- self.root = root or self
+ self.root = root or self # type: ignore
27
28
@property
29
def name(self) -> str:
0 commit comments