Skip to content

Commit 695eb85

Browse files
anna-grimanna-grim
andauthored
minor upds (#149)
Co-authored-by: anna-grim <[email protected]>
1 parent 899283c commit 695eb85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/segmentation_skeleton_metrics/utils/img_util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,14 @@ class TensorStoreReader(ImageReader):
110110
Class that reads an image with the TensorStore library.
111111
"""
112112

113-
def __init__(self, img_path, driver):
113+
def __init__(self, img_path):
114114
"""
115115
Instantiates a TensorStore image reader.
116116
117117
Parameters
118118
----------
119119
img_path : str
120120
Path to image.
121-
driver : str
122-
Storage driver needed to read the image.
123121
"""
124122
self.driver = self.get_driver(img_path)
125123
super().__init__(img_path)

0 commit comments

Comments
 (0)