diff --git a/src/strands/models/bedrock.py b/src/strands/models/bedrock.py index 9bbcca7d0..7a641a82f 100644 --- a/src/strands/models/bedrock.py +++ b/src/strands/models/bedrock.py @@ -323,7 +323,6 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]: ModelThrottledException: If the model service is throttling requests. """ streaming = self.config.get("streaming", True) - try: if streaming: # Streaming implementation