Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fd8644

Browse files
author
AzeezIsh
committedMar 25, 2024
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

+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)
Please sign in to comment.