Skip to content

Commit 8ef0893

Browse files
committed
fix: poetry lock file, bedrock test client
1 parent 93080f2 commit 8ef0893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adalflow/tests/test_aws_bedrock_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import os
12
import unittest
23
from unittest.mock import Mock, patch
34
from adalflow.core.types import ModelType, GeneratorOutput
45
from adalflow.components.model_client import BedrockAPIClient
6+
from adalflow import setup_env
57

68

79
class TestBedrockClient(unittest.TestCase):

0 commit comments

Comments
 (0)