Skip to content

Commit cc7652d

Browse files
committed
Pre-commit fix
1 parent 3591ae5 commit cc7652d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hls4ml/converters/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from hls4ml.converters.keras_to_hls import parse_keras_model # noqa: F401
1212
from hls4ml.converters.keras_to_hls import keras_to_hls, register_keras_layer_handler
1313
from hls4ml.converters.onnx_to_hls import parse_onnx_model # noqa: F401
14+
1415
# from hls4ml.converters.pytorch_to_hls import parse_pytorch_model # noqa: F401
1516
from hls4ml.model import ModelGraph
1617
from hls4ml.utils.config import create_config

0 commit comments

Comments
 (0)