Skip to content

Commit

Permalink
reformat test
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkure committed Feb 17, 2021
1 parent 2c59be6 commit b4bcaf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_napari_split_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
import pytest
from dask.array.core import Array
from numpy import ndarray
from . import ASSETS_PATH

from napari_split_dataset import _reader

from . import ASSETS_PATH


@pytest.mark.parametrize(
"path, expected",
Expand Down

0 comments on commit b4bcaf8

Please sign in to comment.