summaryrefslogtreecommitdiff
path: root/test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py')
-rw-r--r--test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py b/test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py
index 44412f22..9f1c5c0b 100644
--- a/test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py
+++ b/test/integration/targets/pkg_resources/lookup_plugins/check_pkg_resources.py
@@ -11,7 +11,7 @@ __metaclass__ = type
# noinspection PyUnresolvedReferences
try:
- from pkg_resources import Requirement # pylint: disable=unused-import
+ from pkg_resources import Requirement
except ImportError:
Requirement = None