Skip to content

Don't trigger an error if ONNX not installed

Anthony Correia requested to merge anthonyc/edges_not_from_node_encodings into main

This very small MR allow not to trigger an error when ONNX is not installed, by moving the import onnx to when is is absolutely needed.

Merge request reports