Skip to content

Commit b39d207

Browse files
committed
rm unused header method from NDS
1 parent a4669d2 commit b39d207

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

numpydoc/docscrape.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,6 @@ def dedent_lines(lines):
544544
return textwrap.dedent("\n".join(lines)).split("\n")
545545

546546

547-
def header(text, style='-'):
548-
return text + '\n' + style*len(text) + '\n'
549-
550-
551547
class FunctionDoc(NumpyDocString):
552548
def __init__(self, func, role='func', doc=None, config={}):
553549
self._f = func

0 commit comments

Comments
 (0)