From 54ddc1962755dacf4774f6bc314cefec80b31cca Mon Sep 17 00:00:00 2001 From: Timothy Pansino <11214426+TimPansino@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:11:28 -0800 Subject: [PATCH] Remove unused raise (#466) --- newrelic/api/import_hook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/newrelic/api/import_hook.py b/newrelic/api/import_hook.py index 3cd31f6541..f4303b9b86 100644 --- a/newrelic/api/import_hook.py +++ b/newrelic/api/import_hook.py @@ -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.