From 09378281d3240f942fc5d797a1cf932b07631e5c Mon Sep 17 00:00:00 2001 From: Alex Rockhill Date: Tue, 5 Dec 2023 20:55:38 -0800 Subject: [PATCH] style --- mne_gui_addons/tests/test_segment.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mne_gui_addons/tests/test_segment.py b/mne_gui_addons/tests/test_segment.py index f99f151..f8a3c7c 100644 --- a/mne_gui_addons/tests/test_segment.py +++ b/mne_gui_addons/tests/test_segment.py @@ -4,7 +4,6 @@ # License: BSD-3-clause import numpy as np -from numpy.testing import assert_allclose import pytest @@ -18,7 +17,6 @@ @testing.requires_testing_data def test_segment_io(renderer_interactive_pyvistaqt): """Test the input/output of the slice browser GUI.""" - nib = pytest.importorskip("nibabel") from mne_gui_addons._segment import VolumeSegmenter with pytest.warns(match="`pial` surface not found"):