Skip to content

Commit

Permalink
pre-commit clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Feb 1, 2024
1 parent d1e4197 commit 1949928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pcmdi_metrics/io/xcdat_openxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def xcdat_openxml(
ncfile_list, data_var=data_var, decode_times=decode_times
)
else:
ds = xc.open_dataset(ncfile_list[0], data_var=data_var, decode_times=decode_times)
ds = xc.open_dataset(
ncfile_list[0], data_var=data_var, decode_times=decode_times
)

return ds

0 comments on commit 1949928

Please sign in to comment.