From 426acc6941b7d648507ebd20c32331918edc6502 Mon Sep 17 00:00:00 2001 From: AzeezIsh Date: Mon, 25 Mar 2024 12:11:17 -0400 Subject: [PATCH] Fixed import statements in test_muldiv.py --- tests/test_muldiv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_muldiv.py b/tests/test_muldiv.py index 26e1855..c6d9a6e 100644 --- a/tests/test_muldiv.py +++ b/tests/test_muldiv.py @@ -2,7 +2,7 @@ import numpy as np import pytest -from utility_functions import check_type_supported, get_all_types +from tests.utility_functions import check_type_supported, get_all_types import arrayfire_wrapper.dtypes as dtype import arrayfire_wrapper.lib as wrapper