forked from phoenix/litellm-mirror
fix: fix linting errors
This commit is contained in:
parent
35f9666dc2
commit
ba7026639d
5 changed files with 24 additions and 14 deletions
|
@ -588,7 +588,7 @@ class DBClient:
|
|||
|
||||
[TODO] route b/w customauth and prisma
|
||||
"""
|
||||
def __init__(self, custom_db_type: Literal["dynamo_db"], custom_db_args: Optional[dict]=None) -> None:
|
||||
def __init__(self, custom_db_type: Literal["dynamo_db"], custom_db_args: dict) -> None:
|
||||
if custom_db_type == "dynamo_db":
|
||||
self.db = DynamoDBWrapper(database_arguments=DynamoDBArgs(**custom_db_args))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue