diff --git a/litellm/proxy/secret_managers/aws_secret_manager.py b/litellm/proxy/secret_managers/aws_secret_manager.py index 9e6a777c4..8dd6772cf 100644 --- a/litellm/proxy/secret_managers/aws_secret_manager.py +++ b/litellm/proxy/secret_managers/aws_secret_manager.py @@ -8,8 +8,8 @@ Requires: * `pip install boto3>=1.28.57` """ -import boto3.session -import litellm, os +import litellm +import os from typing import Optional from litellm.proxy._types import KeyManagementSystem