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 7886931 commit 22aafe5Copy full SHA for 22aafe5
pygmt/src/grdsample.py
@@ -4,7 +4,6 @@
4
5
import xarray as xr
6
from pygmt.clib import Session
7
-from pygmt.exceptions import GMTInvalidInput
8
from pygmt.helpers import (
9
GMTTempFile,
10
build_arg_string,
pygmt/tests/test_grdsample.py
@@ -3,7 +3,6 @@
3
"""
import os
-import numpy.testing as npt
import pytest
from pygmt import grdinfo, grdsample
from pygmt.datasets import load_earth_relief
0 commit comments