Skip to content

Commit 32bf020

Browse files
committed
Remove unnecessary self.base def that is overwritten
1 parent 942fa90 commit 32bf020

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/blosc2/ndarray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,6 @@ def __next__(self):
11701170
class NDArray(blosc2_ext.NDArray, Operand):
11711171
def __init__(self, **kwargs):
11721172
self._schunk = SChunk(_schunk=kwargs["_schunk"], _is_view=True) # SChunk Python instance
1173-
self.base = SChunk(_schunk=kwargs["_schunk"], _is_view=True) # SChunk Python instance
11741173
self._keep_last_read = False
11751174
# Where to store the last read data
11761175
self._last_read = {}

0 commit comments

Comments
 (0)