From 4c0534c6727b100c16419673168bbd0bbfa69afe Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:53:54 +0000 Subject: [PATCH] [format-command] fixes --- pygmt/figure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygmt/figure.py b/pygmt/figure.py index 39331f4fbdd..bcb5a84835c 100644 --- a/pygmt/figure.py +++ b/pygmt/figure.py @@ -1,10 +1,10 @@ """ Define the Figure class that handles all plotting. """ -from pathlib import Path -from tempfile import TemporaryDirectory import base64 import os +from pathlib import Path +from tempfile import TemporaryDirectory try: import IPython