Skip to content

Commit 840e9ee

Browse files
committed
update test cases, only import boto3 in func (py3.8 incomaptible)
1 parent 27364f5 commit 840e9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aikido_zen/sinks/tests/aws_bedrock_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import aikido_zen.sinks.botocore
44
import pytest
5-
import boto3
65

76
from aikido_zen.thread.thread_cache import get_cache
87

@@ -21,6 +20,8 @@ def setup():
2120

2221
@pytest.fixture
2322
def client():
23+
import boto3
24+
2425
client = boto3.client(service_name="bedrock-runtime", region_name="us-east-1")
2526
return client
2627

0 commit comments

Comments
 (0)