We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392ce18 commit 186d26dCopy full SHA for 186d26d
nipype/sphinxext/apidoc/docstring.py
@@ -68,7 +68,7 @@ class InterfaceDocstring(NipypeDocstring):
68
def __init__(
69
self, docstring, config=None, app=None, what="", name="", obj=None, options=None
70
):
71
- # type: (Union[unicode, List[unicode]], SphinxConfig, Sphinx, unicode, unicode, Any, Any) -> None # NOQA
+ # type: (Union[unicode, List[unicode]], SphinxConfig, Sphinx, unicode, unicode, Any, Any) -> None
72
super().__init__(docstring, config, app, what, name, obj, options)
73
74
cmd = getattr(obj, "_cmd", "")
0 commit comments