From 2b49b40eb72821529a1e2732505982041e075174 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:00:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/qibo/ui/mpldrawer.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/qibo/ui/mpldrawer.py b/src/qibo/ui/mpldrawer.py index 6997743d62..449a1f07c8 100644 --- a/src/qibo/ui/mpldrawer.py +++ b/src/qibo/ui/mpldrawer.py @@ -140,7 +140,14 @@ def _measured_wires(gates_plot, labels, schedule=False): def _draw_gates( - ax, gates_plot, labels, gate_grid, wire_grid, plot_params, measured={}, schedule=False + ax, + gates_plot, + labels, + gate_grid, + wire_grid, + plot_params, + measured={}, + schedule=False, ): for i, gate in _enumerate_gates(gates_plot, schedule=schedule): _draw_target(ax, i, gate, labels, gate_grid, wire_grid, plot_params)