We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138cfb commit 30c4a3fCopy full SHA for 30c4a3f
tests/contrib/aiobotocore/test.py
@@ -3,7 +3,6 @@
3
4
from ddtrace.contrib.aiobotocore.patch import patch, unpatch
5
from ddtrace.constants import ANALYTICS_SAMPLE_RATE_KEY
6
-from ddtrace.ext import http
7
from ddtrace.compat import stringify
8
9
from .utils import aiobotocore_client
tests/contrib/botocore/test.py
@@ -6,7 +6,6 @@
from ddtrace import Pin
from ddtrace.contrib.botocore.patch import patch, unpatch
10
11
12
# testing
0 commit comments