Skip to content

Commit

Permalink
Update lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srush authored Jul 13, 2022
1 parent e4740d3 commit 71e0e4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def __add__(self, b):
return ScalarHistory("id", [self])
return ScalarHistory("+", [self, b])

def __iadd__(self, other):
return other


class Table:
def __init__(self, name, array):
Expand Down

0 comments on commit 71e0e4c

Please sign in to comment.