Skip to content

Commit

Permalink
fix: poetry lock file, bedrock test client
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Jan 24, 2025
1 parent 93080f2 commit 8ef0893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adalflow/tests/test_aws_bedrock_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import os
import unittest
from unittest.mock import Mock, patch
from adalflow.core.types import ModelType, GeneratorOutput
from adalflow.components.model_client import BedrockAPIClient
from adalflow import setup_env


class TestBedrockClient(unittest.TestCase):
Expand Down

0 comments on commit 8ef0893

Please sign in to comment.