Skip to content

Commit 4fd8644

Browse files
author
AzeezIsh
committed
Adhered to all checkstyle guidelines.
1 parent 879ac5f commit 4fd8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_muldiv.py

Lines changed: 1 addition & 1 deletion
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)