Skip to content

Commit a04c082

Browse files
fern-supportclaude
andcommitted
fix: add type annotation for TestCohereAwsBedrockClient.client
Fixes mypy attr-defined error in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b20b617 commit a04c082

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_bedrock_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ class TestCohereAwsBedrockClient(unittest.TestCase):
165165
- Fix 2: Client can be initialized with mode=BEDROCK without importing sagemaker
166166
- Fix 3: embed() accepts output_dimension and embedding_types
167167
"""
168+
client: typing.Any = None
168169

169170
@classmethod
170171
def setUpClass(cls) -> None:

0 commit comments

Comments
 (0)