Skip to content

Commit 4bd931c

Browse files
committed
Fix import wrapping from the newest version of removestar
1 parent ef051e8 commit 4bd931c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

array_api_tests/special_cases/test_sign.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
not modify it directly.
88
"""
99

10-
from ..array_helpers import assert_exactly_equal, exactly_equal, greater, less, logical_or, one, zero
10+
from ..array_helpers import (assert_exactly_equal, exactly_equal, greater, less, logical_or, one,
11+
zero)
1112
from ..hypothesis_helpers import numeric_arrays
1213
from .._array_module import sign
1314

0 commit comments

Comments
 (0)