From d8c0a4f6c71da356e29e58cdf29529737e010a0e Mon Sep 17 00:00:00 2001 From: Barbara Bertozzi Date: Fri, 25 Jul 2025 12:22:43 +0200 Subject: [PATCH] style: apply pre-commit fixes globally --- src/sp2xr/io.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sp2xr/io.py b/src/sp2xr/io.py index 7f44cae..3b108c6 100644 --- a/src/sp2xr/io.py +++ b/src/sp2xr/io.py @@ -200,3 +200,6 @@ def read_csv_files_with_dask(file_path, meta_pbp, meta_hk, target_directory): else: raise ValueError("No CSV files found.") + + +# TEMP:test commit separation