Skip to content

Commit ae84b1f

Browse files
authored
Update bedrock.py
1 parent 0e0d006 commit ae84b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/models/bedrock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]:
324324
ModelThrottledException: If the model service is throttling requests.
325325
"""
326326
streaming = self.config.get("streaming", True)
327-
327+
328328
try:
329329
if streaming:
330330
# Streaming implementation

0 commit comments

Comments
 (0)