clean typos words. (#24667)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生
2025-08-28 15:23:59 +08:00
committed by GitHub
parent ecf74d91e2
commit 5c01dd97e8
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
class TaskPipilineError(ValueError):
class TaskPipelineError(ValueError):
pass
class RecordNotFoundError(TaskPipilineError):
class RecordNotFoundError(TaskPipelineError):
def __init__(self, record_name: str, record_id: str):
super().__init__(f"{record_name} with id {record_id} not found")