From 4ef657909acc525d210fe67443561893499f2be8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:59:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-core/tests/unit/vizro/actions/test_actions_utils.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vizro-core/tests/unit/vizro/actions/test_actions_utils.py b/vizro-core/tests/unit/vizro/actions/test_actions_utils.py index 542a8b8e4..56e09f899 100644 --- a/vizro-core/tests/unit/vizro/actions/test_actions_utils.py +++ b/vizro-core/tests/unit/vizro/actions/test_actions_utils.py @@ -47,12 +47,7 @@ def test_update_nested_graph_properties_multiple_levels(self, graph, dot_separat "red", {"nodes": {"A": {"color": "blue"}, "B": "red"}}, ), - ( - {}, - "color", - "red", - {"color": "red"} - ) + ({}, "color", "red", {"color": "red"}), ], ) def test_update_nested_graph_properties_add_or_overwrite_keys(self, graph, dot_separated_strings, value, expected):