Skip to content

Commit

Permalink
Update sphinx_needs/directives/needpie.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sewell <[email protected]>
  • Loading branch information
danwos and chrisjsewell authored Sep 27, 2023
1 parent 7e22c99 commit 39d8543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_needs/directives/needpie.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def process_needpie(app: Sphinx, doctree: nodes.document, fromdocname: str, foun
# execute filter_func code
# Provides only a copy of needs to avoid data manipulations.
context = {
# "needs": copy.deepcopy(need_list),
"needs": need_list,
"results": [],
}
Expand Down

0 comments on commit 39d8543

Please sign in to comment.