Skip to content

Commit ad2d639

Browse files
authored
fix: add property decorator
1 parent 1384b31 commit ad2d639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

siibra/volumes/providers/neuroglancer.py

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def transform_nm(self):
235235
def transform_nm(self, val):
236236
self._transform_nm = val
237237

238+
@property
238239
def io(self):
239240
if self._io is None:
240241
accessor = HttpAccessor(self.url)

0 commit comments

Comments
 (0)