From 6059e41245ce85c6af3c047100095f2ae455d876 Mon Sep 17 00:00:00 2001 From: "Lance T. Erickson" Date: Mon, 6 Nov 2023 09:07:17 -0600 Subject: [PATCH] Lint --- tests/integration/instruments/test_urllib3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/instruments/test_urllib3.py b/tests/integration/instruments/test_urllib3.py index f91dcfa8..ec7d0e44 100644 --- a/tests/integration/instruments/test_urllib3.py +++ b/tests/integration/instruments/test_urllib3.py @@ -4,12 +4,10 @@ import httpretty import pytest -import urllib3 from scout_apm.compat import urllib3_cert_pool_manager from scout_apm.instruments.urllib3 import ensure_installed from tests.compat import mock -from tests.tools import delete_attributes mock_not_attempted = mock.patch( "scout_apm.instruments.urllib3.have_patched_pool_urlopen", new=False