Skip to content

Commit

Permalink
reverted ... in getitem for read_ methods
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 7, 2024
1 parent 74ad328 commit adf024c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sisl/io/_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ def __call__(self, *args, **kwargs):
start = 0
stop = inf

if key is Ellipsis:
# Allow [...] to extract all"
key = slice(None)

if isinstance(key, Integral):
if key >= 0:
start = key
Expand Down

0 comments on commit adf024c

Please sign in to comment.