Skip to content

Commit d0a330a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae4d298 commit d0a330a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iris/tests/integration/test_netcdf__loadsaveattrs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ def test_16_localstyle(self, local_attr, origin_style):
712712
)
713713

714714
if (
715-
local_attr in ('missing_value', 'standard_error_multiplier')
716-
and origin_style == "input_local"
715+
local_attr in ("missing_value", "standard_error_multiplier")
716+
and origin_style == "input_local"
717717
):
718718
# These ones are actually discarded by roundtrip.
719719
# Not clear why, but for now this captures the facts.

0 commit comments

Comments
 (0)