From 7bffeafdc3c5edfb0ba8aaa3f46f1dc53306987a Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Thu, 2 May 2024 10:40:35 +0200 Subject: [PATCH] Figure.timestamp: Remove deprecated parameter 'justification', use justify instead (deprecated since v0.11.0) --- pygmt/src/timestamp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pygmt/src/timestamp.py b/pygmt/src/timestamp.py index 1dbd8a86c17..d091b8e300c 100644 --- a/pygmt/src/timestamp.py +++ b/pygmt/src/timestamp.py @@ -9,7 +9,7 @@ from packaging.version import Version from pygmt.clib import Session, __gmt_version__ -from pygmt.helpers import build_arg_list, deprecate_parameter, kwargs_to_strings +from pygmt.helpers import build_arg_list, kwargs_to_strings if TYPE_CHECKING: from collections.abc import Sequence @@ -18,7 +18,6 @@ __doctest_skip__ = ["timestamp"] -@deprecate_parameter("justification", "justify", "v0.11.0", remove_version="v0.13.0") @kwargs_to_strings(offset="sequence") def timestamp( self,