Skip to content

Commit 159d90e

Browse files
committed
remove unused imports
1 parent 8f200c9 commit 159d90e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cubed_xarray/cubedmanager.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
from __future__ import annotations
22

3-
import functools
4-
import sys
5-
from abc import ABC, abstractmethod
63
from collections.abc import Sequence
7-
from importlib.metadata import entry_points
8-
from typing import TYPE_CHECKING, Any, Callable, Generic, Optional, TypeVar, Union, Tuple, List
4+
from typing import TYPE_CHECKING, Any, Callable, Union
95

106
import numpy as np
117

128
from tlz import partition
139

14-
from xarray.core import utils
1510
from xarray.namedarray.parallelcompat import ChunkManagerEntrypoint
16-
from xarray.namedarray.pycompat import is_chunked_array, is_duck_dask_array
1711

1812

1913
if TYPE_CHECKING:

0 commit comments

Comments
 (0)