mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Fix mypy issues
This commit is contained in:
parent
fc9cf1c870
commit
f4ae6ed181
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ def generic_response_convertor(
|
|||
)
|
||||
|
||||
# Build extra_fields dict from GENERIC_USER_EXTRA_ATTRIBUTES if specified
|
||||
extra_fields = None
|
||||
extra_fields: Optional[Dict[str, Any]] = None
|
||||
if generic_user_extra_attributes:
|
||||
extra_fields = {}
|
||||
for attr_name in generic_user_extra_attributes.split(","):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue