Skip to content

Commit f58ed42

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 04862d4 commit f58ed42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hls4ml/utils/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ def config_from_pytorch_model(
367367

368368
(
369369
layer_list,
370-
_, _,
370+
_,
371+
_,
371372
) = parse_pytorch_model(config, verbose=False)
372373

373374
def make_layer_config(layer):

0 commit comments

Comments
 (0)