From 20380eb5775a3f91d0177a2dbdd1cc10c66ea697 Mon Sep 17 00:00:00 2001 From: anzr299 Date: Fri, 26 Jul 2024 13:54:13 +0400 Subject: [PATCH] pre-commit fix --- tests/torch/fx/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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