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 2dd2911 commit 2b3b0e2Copy full SHA for 2b3b0e2
tests/opentelemetry-docker-tests/tests/boto/test_boto_functional.py
@@ -12,18 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import os
16
-import sys
17
import unittest
18
19
-# Add the path to the boto3 package
20
-sys.path.append(os.path.expanduser("~/.local/lib/python3.8/site-packages"))
21
-
22
import boto3
23
24
-from opentelemetry.instrumentation.botocore import (
25
- BotocoreInstrumentor as BotoInstrumentor,
26
-)
+from opentelemetry.instrumentation.boto import BotoInstrumentor
27
from opentelemetry.sdk.trace import NoOpTracerProvider
28
29
0 commit comments