Skip to content

Commit 8f9d512

Browse files
committed
Remove unnecessary previous page token
1 parent cd5106f commit 8f9d512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databricks/sdk/mixins/jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ def get_run(self,
5050
run.repair_history.extend(next_run.repair_history)
5151
run.next_page_token = next_run.next_page_token
5252

53-
run.prev_page_token = None
5453
return run

0 commit comments

Comments
 (0)