Skip to content

Commit 1fc7460

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 071b8ef commit 1fc7460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/parallelcompat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
Generic,
1919
TypeVar,
2020
)
21-
from xarray.core.utils import emit_user_level_warning
2221

2322
import numpy as np
2423

2524
from xarray.core.pycompat import is_chunked_array
25+
from xarray.core.utils import emit_user_level_warning
2626

2727
T_ChunkedArray = TypeVar("T_ChunkedArray", bound=Any)
2828

0 commit comments

Comments
 (0)