Skip to content

Commit 7511856

Browse files
committed
checking import
1 parent 3beddfc commit 7511856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/utils/misc_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import math, pydatastructs
22
from enum import Enum
3-
from pydatastructs.utils._backend.cpp import _nodes
3+
from _backend.cpp import _nodes
44

55
__all__ = [
66
'TreeNode',

0 commit comments

Comments
 (0)