Skip to content

Commit

Permalink
Adjust coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Apr 28, 2024
1 parent 0fa437c commit 6b84090
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pygmt/tests/test_grdcontour.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ def test_grdcontour(grid):
annotation intervals.
"""
fig = Figure()
fig.grdcontour(
grid=grid, levels=50, annotation=200, projection="M10c", frame=True
)
fig.grdcontour(grid=grid, levels=50, annotation=200, projection="M10c", frame=True)
return fig


Expand Down

0 comments on commit 6b84090

Please sign in to comment.