Skip to content

Commit bf3e184

Browse files
committed
Fix pyflakes warning
1 parent 2b32e70 commit bf3e184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_broadcasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import pytest
88

9-
from hypothesis import given, assume
9+
from hypothesis import given
1010

1111
from .hypothesis_helpers import nonbroadcastable_ones_array_two_args
1212
from .pytest_helpers import raises, doesnt_raise, nargs

0 commit comments

Comments
 (0)