Skip to content

Commit

Permalink
[format-command] fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot committed Apr 2, 2021
1 parent c40034c commit 078c729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pygmt/tests/test_grd2cpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
import os

import pytest
from pygmt import Figure
from pygmt import Figure, grd2cpt
from pygmt.datasets import load_earth_relief
from pygmt.exceptions import GMTInvalidInput
from pygmt.helpers import GMTTempFile
from pygmt import grd2cpt


@pytest.fixture(scope="module", name="grid")
Expand Down

0 comments on commit 078c729

Please sign in to comment.