File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525
2626from napari_spatialdata .utils ._test_utils import export_figure , save_image
2727
28- OFFSCREEN = os .environ .get (' QT_QPA_PLATFORM' , '' ) == ' offscreen'
28+ OFFSCREEN = os .environ .get (" QT_QPA_PLATFORM" , "" ) == " offscreen"
2929
3030HERE : Path = Path (__file__ ).parent
3131
Original file line number Diff line number Diff line change 1111from spatialdata .models import Image2DModel
1212
1313from napari_spatialdata ._interactive import Interactive
14- from tests .conftest import PlotTester , PlotTesterMeta , OFFSCREEN
14+ from tests .conftest import OFFSCREEN , PlotTester , PlotTesterMeta
1515
1616ARM_PROBLEM = (
1717 parse_version (version ("numpy" )) < parse_version ("2" ) and sys .platform == "darwin" and platform .machine () == "arm64"
You can’t perform that action at this time.
0 commit comments