From 9b8fc0518513ef8940be607bd23bcbcce670760b Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Wed, 8 May 2024 11:30:14 +0200 Subject: [PATCH] fix import order --- baredSC/tests/test_baredSC_2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baredSC/tests/test_baredSC_2d.py b/baredSC/tests/test_baredSC_2d.py index a24278d..e2e3a7e 100644 --- a/baredSC/tests/test_baredSC_2d.py +++ b/baredSC/tests/test_baredSC_2d.py @@ -3,8 +3,8 @@ """ from tempfile import NamedTemporaryFile import os.path -import matplotlib as mpl import platform +import matplotlib as mpl from matplotlib.testing.compare import compare_images import baredSC.baredSC_2d