Skip to content

Commit 078c729

Browse files
committed
[format-command] fixes
1 parent c40034c commit 078c729

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pygmt/tests/test_grd2cpt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
import os
55

66
import pytest
7-
from pygmt import Figure
7+
from pygmt import Figure, grd2cpt
88
from pygmt.datasets import load_earth_relief
99
from pygmt.exceptions import GMTInvalidInput
1010
from pygmt.helpers import GMTTempFile
11-
from pygmt import grd2cpt
1211

1312

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

0 commit comments

Comments
 (0)