Skip to content

Commit cffb6a6

Browse files
add missing import
1 parent fb2f815 commit cffb6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_deisa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
from TestSimulator import TestSimulation
4343
from deisa.dask import Deisa, get_connection_info, Bridge
44-
from utils import wait_for
44+
from utils import wait_for, dask_array_element_wise_equal
4545

4646

4747
@pytest.mark.parametrize('global_shape', [(32, 32), (32, 16), (16, 32)])

0 commit comments

Comments
 (0)