Skip to content

Commit 6d5d150

Browse files
committed
typefix
1 parent 978b67e commit 6d5d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/idp_common_pkg/idp_common/utils/bedrock_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
InvokeModelRequestTypeDef,
2020
InvokeModelResponseTypeDef,
2121
)
22-
from strands.models.bedrock import ModelThrottledException
22+
from strands.types.exceptions import ModelThrottledException
2323

2424
# Configure logger
2525
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)