mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Fix: Remove duplicate object_permission field in LiteLLM_TeamTable (#11219)
This fixes a mypy error where 'object_permission' was already defined on line 1267. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Stephen Solka <stephen@standd.io> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4e6c4beef8
commit
3960e08dd7
1 changed files with 0 additions and 1 deletions
|
|
@ -1272,7 +1272,6 @@ class LiteLLM_TeamTable(TeamBase):
|
|||
# Object Permission - MCP, Vector Stores etc.
|
||||
#########################################################
|
||||
object_permission_id: Optional[str] = None
|
||||
object_permission: Optional[LiteLLM_ObjectPermissionTable] = None
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue