Skip to content

Commit

Permalink
Remove the deprecated incols parameter from Figure.text (deprecated s…
Browse files Browse the repository at this point in the history
…ince v0.8.0) (#2473)
  • Loading branch information
michaelgrund authored Apr 6, 2023
1 parent c425a39 commit 203ef7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygmt/src/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pygmt.helpers import (
build_arg_string,
data_kind,
deprecate_parameter,
fmt_docstring,
is_nonstr_iter,
kwargs_to_strings,
Expand All @@ -16,7 +15,6 @@


@fmt_docstring
@deprecate_parameter("incols", "use_word", "v0.8.0", remove_version="v0.10.0")
@use_alias(
R="region",
J="projection",
Expand Down

0 comments on commit 203ef7e

Please sign in to comment.