Skip to content

Commit 58334e5

Browse files
committed
Fix weird ruff error
1 parent a96c497 commit 58334e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

array_api_strict/tests/test_elementwise_functions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from inspect import signature, getmodule
22

3+
import pytest
4+
35
from numpy.testing import assert_raises
46

57
from .. import asarray, _elementwise_functions
@@ -17,8 +19,6 @@
1719
)
1820
from .._flags import set_array_api_strict_flags
1921

20-
import pytest
21-
2222
import array_api_strict
2323

2424

0 commit comments

Comments
 (0)