Skip to content

Commit 434ca59

Browse files
committed
black format materialization
1 parent 46888e4 commit 434ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_analysis_utils/materialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def to_awk(deliver_dict, dask=False, iterator=False, **kwargs):
6969

7070
try:
7171
if dask:
72-
if is_root == True:
72+
if is_root == True:
7373
# Use uproot.dask to handle URLs and local paths lazily
7474
awk_arrays[sample] = uproot.dask(paths, library="ak", **kwargs)
7575
else:

0 commit comments

Comments
 (0)