Skip to content

Commit 061f1a1

Browse files
committed
Fix pygmt/src/triangulate.py
1 parent 1944b41 commit 061f1a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pygmt/src/triangulate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class triangulate: # noqa: N801
5353
@fmt_docstring
5454
@use_alias(
5555
I="spacing",
56-
R="region",
57-
V="verbose",
5856
b="binary",
5957
d="nodata",
6058
e="find",
@@ -175,8 +173,6 @@ def regular_grid(
175173
@fmt_docstring
176174
@use_alias(
177175
I="spacing",
178-
R="region",
179-
V="verbose",
180176
b="binary",
181177
d="nodata",
182178
e="find",

0 commit comments

Comments
 (0)