We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7605a21 commit 491ed54Copy full SHA for 491ed54
pygmt/src/grdview.py
@@ -27,7 +27,7 @@
27
f="coltypes",
28
n="interpolation",
29
)
30
-def grdview(
+def grdview( # noqa: PLR0913
31
self,
32
grid: PathLike | xr.DataArray,
33
projection: str | None = None,
0 commit comments