diff --git a/tests/test_litellm/llms/bedrock/batches/test_handler.py b/tests/test_litellm/llms/bedrock/batches/test_handler.py index d328e09056b..e69098a460d 100644 --- a/tests/test_litellm/llms/bedrock/batches/test_handler.py +++ b/tests/test_litellm/llms/bedrock/batches/test_handler.py @@ -585,8 +585,6 @@ class _JsonBody: class _AuthorizationRecorder: - """Stands in for botocore's HTTP session and records the Authorization header of every request it receives.""" - def __init__(self, body: Mapping[str, object]) -> None: self._payload: Final = json.dumps(body, default=str).encode() self.authorization_headers: tuple[str, ...] = ()