Skip to content

Commit

Permalink
remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 26, 2024
1 parent 6c3b3a7 commit 2b0b73a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nwbinspector/nwbinspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ def copy_check(check):
Also copies the wrapper for auto-parsing results,
see https://github.com/NeurodataWithoutBorders/nwbinspector/pull/218 for explanation.
Taken from
https://stackoverflow.com/questions/6527633/how-can-i-make-a-deepcopy-of-a-function-in-python/30714299#30714299
"""
copied_check = _copy_function(function=check)
copied_check.__wrapped__ = _copy_function(function=check.__wrapped__)
Expand Down

0 comments on commit 2b0b73a

Please sign in to comment.