Skip to content

Commit

Permalink
Figure.timestamp: Remove deprecated parameter 'justification', use ju…
Browse files Browse the repository at this point in the history
…stify instead (deprecated since v0.11.0) (#3222)
  • Loading branch information
michaelgrund authored May 6, 2024
1 parent 8605895 commit bfe033b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pygmt/src/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit bfe033b

Please sign in to comment.