Skip to content

Commit 491ed54

Browse files
committed
Fix styling
1 parent 7605a21 commit 491ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
f="coltypes",
2828
n="interpolation",
2929
)
30-
def grdview(
30+
def grdview( # noqa: PLR0913
3131
self,
3232
grid: PathLike | xr.DataArray,
3333
projection: str | None = None,

0 commit comments

Comments
 (0)