Skip to content

Commit 93b88b6

Browse files
committed
remove unused import from numeric tests
1 parent 6deefda commit 93b88b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arrayfire_wrapper/lib/mathematical_functions/numeric_functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import arrayfire_wrapper.dtypes as dtype
44
import arrayfire_wrapper.lib as wrapper
55
from arrayfire_wrapper.defines import AFArray
6-
from arrayfire_wrapper.dtypes import float32
76
from arrayfire_wrapper.lib._utility import binary_op, call_from_clib, unary_op
87
from arrayfire_wrapper.lib.create_and_modify_array.create_array import create_constant_array
98
from arrayfire_wrapper.lib.mathematical_functions.arithmetic_operations import sub

0 commit comments

Comments
 (0)