mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
test(bedrock): drop redundant recorder docstring
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b082d3a01
commit
99659e9e7e
1 changed files with 0 additions and 2 deletions
|
|
@ -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, ...] = ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue