Skip to content

Commit c29ef6d

Browse files
committed
fix lint
1 parent a629229 commit c29ef6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/xorbits/_mars/tensor/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
TupleField,
4444
)
4545
from ..utils import on_deserialize_shape, on_serialize_shape
46-
from .utils import fetch_corner_data, get_chunk_slices
46+
from .utils import get_chunk_slices
4747

4848
logger = logging.getLogger(__name__)
4949

python/xorbits/_mars/tensor/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from ... import tensor as mt
2020
from ...lib.mmh3 import hash_from_buffer as mmh3_hash_from_buffer
21-
from ..utils import fetch_corner_data, hash_on_axis, normalize_axis_tuple
21+
from ..utils import hash_on_axis, normalize_axis_tuple
2222

2323

2424
def test_hash_on_axis():

0 commit comments

Comments
 (0)