neogen icon indicating copy to clipboard operation
neogen copied to clipboard

Missing blank line in numpydoc

Open flexagoon opened this issue 1 year ago • 0 comments

Currently, the generated numpydoc annotations look like this:

"""[TODO:description]

Returns
-------
int
    [TODO:description]
"""

However, the numpydoc convention requires a blank line at the end of the annotation, so it should look like this:

"""[TODO:description]

Returns
-------
int
    [TODO:description]

"""

flexagoon avatar May 11 '24 08:05 flexagoon