From f80c4792387b84b25177dfb784cd4b39c7e95d7e Mon Sep 17 00:00:00 2001 From: Tom Gale Date: Mon, 8 Nov 2021 16:17:55 +1100 Subject: [PATCH] Fix flake8 --- .../generate_ancillaries/test_GenerateTimezoneMask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/improver_tests/generate_ancillaries/test_GenerateTimezoneMask.py b/improver_tests/generate_ancillaries/test_GenerateTimezoneMask.py index 7739242232..12efba4756 100644 --- a/improver_tests/generate_ancillaries/test_GenerateTimezoneMask.py +++ b/improver_tests/generate_ancillaries/test_GenerateTimezoneMask.py @@ -325,7 +325,7 @@ def test__group_timezones_empty_group(timezone_mask): "indices": (12, 2), }, "uk": { - None: {"shape": (4, 21, 22), "min": -2 * 3600, "max": 1 * 3600,}, + None: {"shape": (4, 21, 22), "min": -2 * 3600, "max": 1 * 3600}, "20200716T1500Z": { "shape": (5, 21, 22), "min": -2 * 3600, @@ -340,7 +340,7 @@ def test__group_timezones_empty_group(timezone_mask): "20200716T1500Z": GLOBAL_GRID_GR, "indices": (0, 2), }, - "uk": {None: UK_GRID_GR, "20200716T1500Z": UK_GRID_GR, "indices": (0, 9),}, + "uk": {None: UK_GRID_GR, "20200716T1500Z": UK_GRID_GR, "indices": (0, 9)}, }, }