Skip to content

Commit 249fa02

Browse files
committed
tmp
1 parent ba782fd commit 249fa02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daft/io/lance/lance_scan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _create_regular_scan_tasks(
226226
size_bytes=size_bytes,
227227
pushdowns=pushdowns,
228228
stats=stats,
229-
source_type=self.name()
229+
source_type=self.name(),
230230
)
231231
else:
232232
# Group fragments
@@ -261,7 +261,7 @@ def _create_regular_scan_tasks(
261261
size_bytes=size_bytes,
262262
pushdowns=pushdowns,
263263
stats=stats,
264-
source_type=self.name()
264+
source_type=self.name(),
265265
)
266266

267267
def _combine_filters_to_arrow(self) -> Optional["pa.compute.Expression"]:

0 commit comments

Comments
 (0)