We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40034c commit 078c729Copy full SHA for 078c729
pygmt/tests/test_grd2cpt.py
@@ -4,11 +4,10 @@
4
import os
5
6
import pytest
7
-from pygmt import Figure
+from pygmt import Figure, grd2cpt
8
from pygmt.datasets import load_earth_relief
9
from pygmt.exceptions import GMTInvalidInput
10
from pygmt.helpers import GMTTempFile
11
-from pygmt import grd2cpt
12
13
14
@pytest.fixture(scope="module", name="grid")
0 commit comments