We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778ab94 commit 7b23137Copy full SHA for 7b23137
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