From 30ef9701af339464a22d8c59595108b94b487a14 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:24:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_ui_mpldrawer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ui_mpldrawer.py b/tests/test_ui_mpldrawer.py index 8b30562397..20e9e06d59 100644 --- a/tests/test_ui_mpldrawer.py +++ b/tests/test_ui_mpldrawer.py @@ -46,7 +46,7 @@ def test_circuit_measure(qubits): def test_plot_circuit_error_style(): """Test for style error function""" style = _plot_params(style="test") - assert style['facecolor'] == 'w' + assert style["facecolor"] == "w" @pytest.mark.parametrize("qubits", [3, 4, 5, 6])