Skip to content

Commit 203ef7e

Browse files
authored
Remove the deprecated incols parameter from Figure.text (deprecated since v0.8.0) (#2473)
1 parent c425a39 commit 203ef7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygmt/src/text.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pygmt.helpers import (
88
build_arg_string,
99
data_kind,
10-
deprecate_parameter,
1110
fmt_docstring,
1211
is_nonstr_iter,
1312
kwargs_to_strings,
@@ -16,7 +15,6 @@
1615

1716

1817
@fmt_docstring
19-
@deprecate_parameter("incols", "use_word", "v0.8.0", remove_version="v0.10.0")
2018
@use_alias(
2119
R="region",
2220
J="projection",

0 commit comments

Comments
 (0)