Skip to content

Commit a65c9e5

Browse files
Black
1 parent bf93b2a commit a65c9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def test_ovmodel_load_large_model_with_additional_quantization_config(self):
553553
"dataset": None,
554554
"ignored_scope": nncf.IgnoredScope(),
555555
"awq": None,
556-
"subset_size": 128
556+
"subset_size": 128,
557557
}
558558
compress_weights_patch.assert_called_with(unittest.mock.ANY, **compression_params)
559559

0 commit comments

Comments
 (0)