Skip to content

Commit 73b875b

Browse files
committed
pre-commit fix
1 parent 6e32b02 commit 73b875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_ocean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_calculated_time_bnds_values_monthly_range(
345345
},
346346
)
347347

348-
ds_no_time_bnds['time'].attrs['units'] = 'days since 1850-01-01'
348+
ds_no_time_bnds["time"].attrs["units"] = "days since 1850-01-01"
349349

350350
with patch("access_moppy.ocean.Supergrid"):
351351
with patch.object(CMIP6_CMORiser, "load_dataset", return_value=None):

0 commit comments

Comments
 (0)