Skip to content

Commit 55ad001

Browse files
more un-necessary line breaks
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a926f02 commit 55ad001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def __init__(
181181

182182
def next_n_rows(self, num_rows: int) -> "pyarrow.Table":
183183
"""Get upto the next n rows of the Arrow dataframe"""
184-
185184
length = min(num_rows, self.n_valid_rows - self.cur_row_index)
186185
# Note that the table.slice API is not the same as Python's slice
187186
# The second argument should be length, not end index

0 commit comments

Comments
 (0)