Skip to content

Commit f7f3d77

Browse files
committed
Remove unused imports from grdview.py
1 parent ad48c4c commit f7f3d77

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pygmt/src/grdview.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
"""
22
grdview - Create a three-dimensional plot from a grid.
33
"""
4-
import contextlib
5-
64
from pygmt.clib import Session
7-
from pygmt.exceptions import GMTInvalidInput
8-
from pygmt.helpers import (
9-
build_arg_string,
10-
data_kind,
11-
fmt_docstring,
12-
kwargs_to_strings,
13-
use_alias,
14-
)
5+
from pygmt.helpers import build_arg_string, fmt_docstring, kwargs_to_strings, use_alias
156

167
__doctest_skip__ = ["grdview"]
178

0 commit comments

Comments
 (0)