From 3481ec872a99a07d9dcb1b01abc51cba68c4231a Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 21 Mar 2026 12:02:52 +0800 Subject: [PATCH] Minor change to trigger a build --- pygmt/figure.py | 1 + 1 file changed, 1 insertion(+) 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"]: """