Skip to content

Commit bfe033b

Browse files
authored
Figure.timestamp: Remove deprecated parameter 'justification', use justify instead (deprecated since v0.11.0) (#3222)
1 parent 8605895 commit bfe033b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pygmt/src/timestamp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from packaging.version import Version
1111
from pygmt.clib import Session, __gmt_version__
12-
from pygmt.helpers import build_arg_list, deprecate_parameter, kwargs_to_strings
12+
from pygmt.helpers import build_arg_list, kwargs_to_strings
1313

1414
if TYPE_CHECKING:
1515
from collections.abc import Sequence
@@ -18,7 +18,6 @@
1818
__doctest_skip__ = ["timestamp"]
1919

2020

21-
@deprecate_parameter("justification", "justify", "v0.11.0", remove_version="v0.13.0")
2221
@kwargs_to_strings(offset="sequence")
2322
def timestamp(
2423
self,

0 commit comments

Comments
 (0)