We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7438f3 commit 87953feCopy full SHA for 87953fe
hamilton/plugins/mlflow_extensions.py
@@ -7,7 +7,7 @@
7
try:
8
import mlflow
9
except ImportError:
10
- raise ImportError("Please install mlflow to use this plugin")
+ raise NotImplementedError("Please install mlflow to use this plugin")
11
12
"""
13
While it can be valid to wrap the entire code within the start_run block,
0 commit comments