Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Sep 4, 2024
1 parent 38d2b5b commit f37f2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skl2onnx/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
convert_to_python_default_value,
convert_to_list,
check_input_and_output_numbers,
check_input_and_output_types,
)
from .data_types import TensorType

Expand Down

0 comments on commit f37f2d6

Please sign in to comment.