Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 9, 2024
1 parent 6930c22 commit 96dde9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_coding_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
)
from xarray.coding.times import (
_STANDARD_CALENDARS,
CFDatetimeCoder,
_encode_datetime_with_cftime,
_netcdf_to_numpy_timeunit,
_numpy_to_netcdf_timeunit,
Expand All @@ -33,7 +34,6 @@
infer_datetime_units,
infer_timedelta_units,
to_timedelta_unboxed,
CFDatetimeCoder,
)
from xarray.coding.variables import SerializationWarning
from xarray.conventions import _update_bounds_attributes, cf_encoder
Expand Down

0 comments on commit 96dde9f

Please sign in to comment.