Skip to content

Commit

Permalink
Remove unused raise (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino authored and umaannamalai committed Jan 20, 2022
1 parent fed7f06 commit 54ddc19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newrelic/api/import_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def find_spec(self, fullname, path=None, target=None):
https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
"""
# raise ValueError((name, path, target))

# If not something we are interested in we can return.

Expand Down

0 comments on commit 54ddc19

Please sign in to comment.