Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lancetarn committed Nov 6, 2023
1 parent cf188ea commit 6059e41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/instruments/test_urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6059e41

Please sign in to comment.