Skip to content

Commit a0f7622

Browse files
committed
silly mistake, missing import os
1 parent 373afcb commit a0f7622

File tree

1 file changed

+1
-0
lines changed
  • aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2

1 file changed

+1
-0
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2/test_chains.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# pylint: disable=no-self-use
55

66
import ast
7+
import os
78

89
import boto3
910
import pytest

0 commit comments

Comments
 (0)