Skip to content

Commit

Permalink
remove comment fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Feb 28, 2020
1 parent ab2824b commit b356025
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pya/Asig.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ def __setitem__(self, index, value):
# parse row index rindex into ridx
# sr = self.sr # unused default case for conversion if not changed by special case
# e.g. a[[4,5,7,8,9]], or a[[True, False, True...]]
# if isinstance(rindex, (list, int, slice)):
# ridx = rindex
if isinstance(rindex, (slice, int)):
ridx = rindex
elif isinstance(rindex, dict): # time slicing
Expand Down

0 comments on commit b356025

Please sign in to comment.