Skip to content

Commit

Permalink
Update metalearners/_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jul 4, 2024
1 parent e3f7d5e commit 5541b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def check_onnx_installed():
try:
import onnx # noqa F401
except ImportError:
raise RuntimeError(
raise ImportError(
"onnx is not installed. Please install onnx to use this feature."
)

Expand Down

0 comments on commit 5541b40

Please sign in to comment.