Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehgus committed Oct 15, 2024
1 parent d2f5e6d commit 36624c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/napari_tomocube_data_viewer/_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
implement multiple readers or even other plugin contributions. see:
https://napari.org/stable/plugins/guides.html?#readers
"""
import numpy as np
from TCFile import TCFile


def napari_get_reader(path):
"""A basic implementation of a Reader contribution.
Expand Down
3 changes: 2 additions & 1 deletion src/napari_tomocube_data_viewer/_tests/test_reader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import numpy as np
import h5py
import numpy as np

from napari_tomocube_data_viewer import napari_get_reader


Expand Down

0 comments on commit 36624c2

Please sign in to comment.