Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 6, 2023
1 parent db48a70 commit 0937828
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mne_gui_addons/tests/test_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# License: BSD-3-clause

import numpy as np
from numpy.testing import assert_allclose

import pytest

Expand All @@ -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"):
Expand Down

0 comments on commit 0937828

Please sign in to comment.