Skip to content

Commit ca429f7

Browse files
committed
Updated test file importing
1 parent 859fd1d commit ca429f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/tests/test_m_ary_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from pydatastructs import MAryTree, FusionTree
21
from pydatastructs.utils.misc_util import Backend
2+
from pydatastructs.trees.m_ary_trees import MAryTree, FusionTree
33

44
def test_MAryTree():
55
m = MAryTree(1, 1)

0 commit comments

Comments
 (0)