From ca6470e126c97c188918d910f9732ca882b144e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:24:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lib/iris/tests/test_quickplot.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/iris/tests/test_quickplot.py b/lib/iris/tests/test_quickplot.py index d12c4a0592..8469aa0776 100644 --- a/lib/iris/tests/test_quickplot.py +++ b/lib/iris/tests/test_quickplot.py @@ -175,8 +175,11 @@ def test_contourf_nameless(self): self.check_graphic() def test_contourf_no_colorbar(self): - qplt.contourf(self._small(), colorbar=False, - coords=["model_level_number", "grid_longitude"]) + qplt.contourf( + self._small(), + colorbar=False, + coords=["model_level_number", "grid_longitude"], + ) self.check_graphic() def test_pcolor(self):