Skip to content

Commit 1784d38

Browse files
AzeezIshsyurkevi
AzeezIsh
authored andcommittedApr 12, 2024
Adhered to all checkstyle guidelines.
1 parent 27c0a3c commit 1784d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_muldiv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import numpy as np
44
import pytest
5+
from utility_functions import check_type_supported, get_all_types
56

67
import arrayfire_wrapper.dtypes as dtype
78
import arrayfire_wrapper.lib as wrapper
89

9-
from utility_functions import check_type_supported, get_all_types
1010

1111
@pytest.mark.parametrize(
1212
"shape",

0 commit comments

Comments
 (0)