chore: use singular style in config class name (#5489)

This commit is contained in:
Bowen Liang
2024-06-22 09:54:25 +08:00
committed by GitHub
parent 9a5c423d59
commit 8890978ad3
11 changed files with 82 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
from pydantic import BaseModel, Field
class DeploymentConfigs(BaseModel):
class DeploymentConfig(BaseModel):
"""
Deployment configs
"""