diff --git a/pygmt/figure.py b/pygmt/figure.py index 136f0008b9b..5c019792721 100644 --- a/pygmt/figure.py +++ b/pygmt/figure.py @@ -22,6 +22,7 @@ from pygmt.exceptions import GMTValueError from pygmt.helpers import launch_external_viewer, unique_name +# Trigger a PR. def _get_default_display_method() -> Literal["external", "notebook", "none"]: """