Skip to content

Commit

Permalink
Fixed import statements in test_muldiv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeezIsh committed Mar 25, 2024
1 parent 4fd8644 commit 426acc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_muldiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 426acc6

Please sign in to comment.