Skip to content

Commit a79bb85

Browse files
committed
TaskResults.from_ can return None
1 parent c5293d9 commit a79bb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/models/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class TaskResults(CamelBase):
110110
results: List[Task]
111111
limit: int
112112
total: int
113-
from_: int
113+
from_: Optional[int]
114114
next_: Optional[int]
115115

116116

0 commit comments

Comments
 (0)