diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index dc861f1421dab4057ee47b107502643354ca1c6e..392cf367a224f2b98951b0e7dee93686ddf301dd 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -1906,7 +1906,6 @@ def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14
             amvs_da = xr.DataArray(param_nd, coords=coords, dims=dims)
             match_dict[key].append(amvs_da)
 
-
     for ds in dataset_s:
         ds.close()