Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2024
1 parent 5497aa7 commit ca6470e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/iris/tests/test_quickplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ca6470e

Please sign in to comment.