mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style: ruff format
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
779441b47b
commit
2c7de60692
1 changed files with 1 additions and 3 deletions
|
|
@ -253,9 +253,7 @@ def _has_pre_call_deployment_hook(logging_obj: LiteLLMLoggingObj) -> bool:
|
|||
return False
|
||||
|
||||
|
||||
def _aws_signing_overrides(
|
||||
optional_params: Mapping[str, Any], litellm_params: Mapping[str, Any]
|
||||
) -> Mapping[str, Any]:
|
||||
def _aws_signing_overrides(optional_params: Mapping[str, Any], litellm_params: Mapping[str, Any]) -> Mapping[str, Any]:
|
||||
"""AWS credential params for SigV4 signers that read them off optional_params.
|
||||
|
||||
Only `bedrock`/`sagemaker` keep `aws_*` in optional_params: every other provider
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue