fix LitellmTableNames type
This commit is contained in:
parent
ab15028850
commit
b0bf182db9
@ -104,7 +104,7 @@ class LitellmUserRoles(str, enum.Enum):
|
||||
return ui_labels.get(self.value, "")
|
||||
|
||||
|
||||
class LitellmTableNames(enum.Enum):
|
||||
class LitellmTableNames(str, enum.Enum):
|
||||
"""
|
||||
Enum for Table Names used by LiteLLM
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user