Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtg committed Nov 8, 2021
1 parent 9c8b238 commit f80c479
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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)},
},
}

Expand Down

0 comments on commit f80c479

Please sign in to comment.