Skip to content

Commit 24ca3a3

Browse files
committed
fmt with pyink.
1 parent ff9388d commit 24ca3a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xarray_sql/df_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_explode_data_equal_one_first(air):
115115
def test_explode_data_equal_one_last(air):
116116
dss = list(explode(air))
117117
ds = dss[-1]
118-
118+
119119
# For the last chunk, we need to calculate where it actually starts
120120
# The original logic slice(0, s) only works for the first chunk
121121
iselection = {}
@@ -128,7 +128,7 @@ def test_explode_data_equal_one_last(air):
128128
start = chunk_bounds[last_chunk_idx]
129129
end = chunk_bounds[last_chunk_idx + 1]
130130
iselection[dim] = slice(start, end)
131-
131+
132132
assert air.isel(iselection).equals(ds)
133133

134134

0 commit comments

Comments
 (0)