Skip to content

Commit 7cd3806

Browse files
committed
Remove utils import that has now disappeared
1 parent 0972b3a commit 7cd3806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/causalprog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""causalprog package."""
22

3-
from . import algorithms, distribution, graph, utils
3+
from . import algorithms, distribution, graph
44
from ._version import __version__

0 commit comments

Comments
 (0)