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 Aug 1, 2023
1 parent ae4d298 commit d0a330a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/tests/integration/test_netcdf__loadsaveattrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ def test_16_localstyle(self, local_attr, origin_style):
)

if (
local_attr in ('missing_value', 'standard_error_multiplier')
and origin_style == "input_local"
local_attr in ("missing_value", "standard_error_multiplier")
and origin_style == "input_local"
):
# These ones are actually discarded by roundtrip.
# Not clear why, but for now this captures the facts.
Expand Down

0 comments on commit d0a330a

Please sign in to comment.