Skip to content

Commit 817b42f

Browse files
authored
applied black recommendations
1 parent 4efe64c commit 817b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_accessor_dt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_dask_accessor_method(self, method, parameters) -> None:
234234

235235
def test_seasons(self) -> None:
236236
dates = pd.date_range(start="2000/01/01", freq="M", periods=12)
237-
dates = dates.append(pd.Index([np.nan, np.datetime64('NaT')]))
237+
dates = dates.append(pd.Index([np.nan, np.datetime64("NaT")]))
238238
dates = xr.DataArray(dates)
239239
seasons = xr.DataArray(
240240
[

0 commit comments

Comments
 (0)