Skip to content

Commit 882058a

Browse files
committed
Fix two_mutual_arrays() return type hint
1 parent 1f91408 commit 882058a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/hypothesis_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .array_helpers import ndindex
1919
from .function_stubs import elementwise_functions
2020
from .pytest_helpers import nargs
21-
from .typing import DataType, Shape, Array
21+
from .typing import Array, DataType, Shape
2222

2323
# Set this to True to not fail tests just because a dtype isn't implemented.
2424
# If no compatible dtype is implemented for a given test, the test will fail

0 commit comments

Comments
 (0)