From caa92126219d309eb8a27593f26d244bb9172e33 Mon Sep 17 00:00:00 2001 From: Wei Ji Date: Sat, 12 Sep 2020 09:17:44 +1200 Subject: [PATCH] Removed unused Figure import --- pygmt/helpers/testing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygmt/helpers/testing.py b/pygmt/helpers/testing.py index a55bd77cfcb..f762051d8a1 100644 --- a/pygmt/helpers/testing.py +++ b/pygmt/helpers/testing.py @@ -6,9 +6,7 @@ import string from matplotlib.testing.compare import compare_images - from ..exceptions import GMTImageComparisonFailure -from ..figure import Figure def check_figures_equal(*, extensions=("png",), tol=0.0, result_dir="result_images"):