diff --git a/pygmt/src/plot.py b/pygmt/src/plot.py index 2eb73d3b4b4..3c6fe515acb 100644 --- a/pygmt/src/plot.py +++ b/pygmt/src/plot.py @@ -6,7 +6,6 @@ from pygmt.helpers import ( build_arg_string, data_kind, - deprecate_parameter, fmt_docstring, is_nonstr_iter, kwargs_to_strings, @@ -16,7 +15,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="straight_line", B="frame", diff --git a/pygmt/src/plot3d.py b/pygmt/src/plot3d.py index 7bf27a894e3..d313e062811 100644 --- a/pygmt/src/plot3d.py +++ b/pygmt/src/plot3d.py @@ -6,7 +6,6 @@ from pygmt.helpers import ( build_arg_string, data_kind, - deprecate_parameter, fmt_docstring, is_nonstr_iter, kwargs_to_strings, @@ -16,7 +15,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="straight_line", B="frame", diff --git a/pygmt/src/rose.py b/pygmt/src/rose.py index b4bb278574b..5cc383d4c32 100644 --- a/pygmt/src/rose.py +++ b/pygmt/src/rose.py @@ -5,7 +5,6 @@ from pygmt.clib import Session from pygmt.helpers import ( build_arg_string, - deprecate_parameter, fmt_docstring, kwargs_to_strings, use_alias, @@ -13,7 +12,6 @@ @fmt_docstring -@deprecate_parameter("color", "fill", "v0.8.0", remove_version="v0.12.0") @use_alias( A="sector", B="frame",