mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 04:16:54 +08:00
chore: apply pep8-naming rules for naming convention (#8261)
This commit is contained in:
@@ -15,6 +15,7 @@ class BaseTraceInfo(BaseModel):
|
||||
metadata: dict[str, Any]
|
||||
|
||||
@field_validator("inputs", "outputs")
|
||||
@classmethod
|
||||
def ensure_type(cls, v):
|
||||
if v is None:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user