mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix sagemaker test
This commit is contained in:
parent
300a2dff18
commit
41e064880f
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ def completion(
|
|||
logger_fn=None,
|
||||
):
|
||||
import sys
|
||||
if 'boto3' not in sys.modules:
|
||||
import boto3
|
||||
import boto3
|
||||
|
||||
region_name = (
|
||||
get_secret("AWS_REGION_NAME") or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue