Skip to content

Commit

Permalink
Merge pull request #657 from pratapvardhan/cln
Browse files Browse the repository at this point in the history
remove unused var from parse_docstring
  • Loading branch information
jph00 authored Dec 22, 2024
2 parents 37de43d + c27c5d0 commit 7af5bb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fastcore/docments.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def docstring(sym):
# %% ../nbs/06_docments.ipynb
def parse_docstring(sym):
"Parse a numpy-style docstring in `sym`"
docs = docstring(sym)
return AttrDict(**docscrape.NumpyDocString(docstring(sym)))

# %% ../nbs/06_docments.ipynb
Expand Down
1 change: 0 additions & 1 deletion nbs/06_docments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
"#|export\n",
"def parse_docstring(sym):\n",
" \"Parse a numpy-style docstring in `sym`\"\n",
" docs = docstring(sym)\n",
" return AttrDict(**docscrape.NumpyDocString(docstring(sym)))"
]
},
Expand Down

0 comments on commit 7af5bb6

Please sign in to comment.