Skip to content

Commit e52aee9

Browse files
committed
lint
1 parent f4d4cd1 commit e52aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/coding/cftimeindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def get_loc(self, key, method=None, tolerance=None):
468468
def _maybe_cast_slice_bound(self, label, side, kind=None):
469469
"""Adapted from
470470
pandas.tseries.index.DatetimeIndex._maybe_cast_slice_bound
471-
471+
472472
Note that we have never used the kind argument in CFTimeIndex and it is
473473
deprecated as of pandas version 1.3.0. It exists only for compatibility
474474
reasons. We can remove it when our minimum version of pandas is 1.3.0.

0 commit comments

Comments
 (0)