Skip to content

Commit da3e431

Browse files
author
Andrei Neagu
committed
fixed
1 parent 26ccb25 commit da3e431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/service-library/src/servicelib/deferred_tasks/_task_schedule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class TaskScheduleModel(BaseModel):
7878
result: Annotated[
7979
TaskExecutionResult | None,
8080
Field(
81-
default=None,
8281
description=(
8382
f"Populated by {TaskState.WORKER}. It always has a value after worker handles it."
8483
"Will be used "

0 commit comments

Comments
 (0)