Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed May 21, 2024
1 parent 0786b11 commit 9816630
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion array_api_tests/test_array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from . import pytest_helpers as ph
from . import shape_helpers as sh
from . import xps
from . import xp as _xp
from .typing import DataType, Index, Param, Scalar, ScalarType, Shape


Expand Down
1 change: 0 additions & 1 deletion array_api_tests/test_data_type_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from . import pytest_helpers as ph
from . import shape_helpers as sh
from . import xps
from . import xp as _xp
from .typing import DataType


Expand Down
1 change: 0 additions & 1 deletion array_api_tests/test_sorting_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from . import hypothesis_helpers as hh
from . import pytest_helpers as ph
from . import shape_helpers as sh
from . import xps
from .typing import Scalar, Shape


Expand Down
2 changes: 1 addition & 1 deletion array_api_tests/test_statistical_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from . import hypothesis_helpers as hh
from . import pytest_helpers as ph
from . import shape_helpers as sh
from . import api_version, xps
from . import api_version
from ._array_module import _UndefinedStub
from .typing import DataType

Expand Down

0 comments on commit 9816630

Please sign in to comment.