Skip to content

Commit 4f61171

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ff9ba3 commit 4f61171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from 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

3030
HERE: Path = Path(__file__).parent
3131

tests/test_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from spatialdata.models import Image2DModel
1212

1313
from napari_spatialdata._interactive import Interactive
14-
from tests.conftest import PlotTester, PlotTesterMeta, OFFSCREEN
14+
from tests.conftest import OFFSCREEN, PlotTester, PlotTesterMeta
1515

1616
ARM_PROBLEM = (
1717
parse_version(version("numpy")) < parse_version("2") and sys.platform == "darwin" and platform.machine() == "arm64"

0 commit comments

Comments
 (0)