Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 12, 2023
1 parent 689fcab commit 8642c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sktree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
)
from .ensemble._honest_forest import HonestForestClassifier
except ImportError as e:
raise(e)
msg = """Error importing scikit-tree: you cannot import scikit-tree while
being in scikit-tree source directory; please exit the scikit-tree source
tree first and relaunch your Python interpreter."""
Expand Down

0 comments on commit 8642c40

Please sign in to comment.