diff --git a/tests/torch/fx/test_models.py b/tests/torch/fx/test_models.py index a78aca38fe9..382c1a8e579 100644 --- a/tests/torch/fx/test_models.py +++ b/tests/torch/fx/test_models.py @@ -132,4 +132,4 @@ def test_models(test_case: ModelCase, fx_dir): compare_nncf_graph_model(nncf_graph, model_name, path_to_dot) model_metatypes = {n.node_name: n.metatype.name for n in nncf_graph.get_all_nodes()} ref_metatypes = get_ref_metatypes_from_json(model_name, model_metatypes) - assert model_metatypes == ref_metatypes \ No newline at end of file + assert model_metatypes == ref_metatypes