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 Feb 11, 2022
1 parent 2cb6a5d commit 36ce734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_grid_construction_against_salem(dummy_dataset, dummy_salem):
('polar_stereographic_1', 'polar_stereographic'),
('polar_stereographic_2', 'polar_stereographic'),
('lambert_conformal', 'lambert_conformal_conic'),
('mercator', 'mercator')
('mercator', 'mercator'),
],
indirect=True,
)
Expand Down

0 comments on commit 36ce734

Please sign in to comment.