Skip to content

Commit 121b687

Browse files
committed
Make next_offset optional in UploadListResponse
1 parent 1f6cb0a commit 121b687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune_client/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class UploadListResponse(DataClassJsonMixin):
625625
"""Response from GET /v1/uploads"""
626626

627627
tables: list[TableElement]
628-
next_offset: int | None
628+
next_offset: int | None = None
629629

630630

631631
@dataclass

0 commit comments

Comments
 (0)