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:
Stephen Solka 2025-05-28 21:40:45 -04:00 committed by GitHub
parent 4e6c4beef8
commit 3960e08dd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=())