Skip to content

Commit 22aafe5

Browse files
committed
remove unused imports
1 parent 7886931 commit 22aafe5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pygmt/src/grdsample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import xarray as xr
66
from pygmt.clib import Session
7-
from pygmt.exceptions import GMTInvalidInput
87
from pygmt.helpers import (
98
GMTTempFile,
109
build_arg_string,

pygmt/tests/test_grdsample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44
import os
55

6-
import numpy.testing as npt
76
import pytest
87
from pygmt import grdinfo, grdsample
98
from pygmt.datasets import load_earth_relief

0 commit comments

Comments
 (0)