Skip to content

Commit 09343ad

Browse files
AzeezIshsyurkevi
AzeezIsh
authored andcommitted
Fixed import statements in test_muldiv.py
1 parent 1784d38 commit 09343ad

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,7 +2,7 @@
22

33
import numpy as np
44
import pytest
5-
from utility_functions import check_type_supported, get_all_types
5+
from tests.utility_functions import check_type_supported, get_all_types
66

77
import arrayfire_wrapper.dtypes as dtype
88
import arrayfire_wrapper.lib as wrapper

0 commit comments

Comments
 (0)