Skip to content

Commit 9816630

Browse files
committed
Remove unused imports
1 parent 0786b11 commit 9816630

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

array_api_tests/test_array_object.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from . import pytest_helpers as ph
1414
from . import shape_helpers as sh
1515
from . import xps
16-
from . import xp as _xp
1716
from .typing import DataType, Index, Param, Scalar, ScalarType, Shape
1817

1918

array_api_tests/test_data_type_functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from . import pytest_helpers as ph
1212
from . import shape_helpers as sh
1313
from . import xps
14-
from . import xp as _xp
1514
from .typing import DataType
1615

1716

array_api_tests/test_sorting_functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from . import hypothesis_helpers as hh
1212
from . import pytest_helpers as ph
1313
from . import shape_helpers as sh
14-
from . import xps
1514
from .typing import Scalar, Shape
1615

1716

array_api_tests/test_statistical_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from . import hypothesis_helpers as hh
1212
from . import pytest_helpers as ph
1313
from . import shape_helpers as sh
14-
from . import api_version, xps
14+
from . import api_version
1515
from ._array_module import _UndefinedStub
1616
from .typing import DataType
1717

0 commit comments

Comments
 (0)