Skip to content

Commit 546b1b9

Browse files
committed
style: change indentation for readability
1 parent 7f051f7 commit 546b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dask_dirac/_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def get_cached_files(cache_location: str) -> list[str]:
380380
# remove parquet extension and get file name from path
381381
file_list = [c[c.rfind("/") + 1 : -8] for c in file_list]
382382
return file_list
383-
383+
384384
# TODO: RUCIO
385385
# TODO: DIRAC
386386
raise NotImplementedError("Caching is not implemented yet for %s", cache_location)

0 commit comments

Comments
 (0)