Skip to content

Commit

Permalink
Fixes the first item of #82.
Browse files Browse the repository at this point in the history
Will also be tackled when we fix #56, i.e. then the entire ObjectContainer class may be removed.
  • Loading branch information
HannoSpreeuw committed Oct 24, 2024
1 parent 4867a43 commit 4691a43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sourcefinder/utility/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ def __setslice__(self, section, items):
"""
raise NotImplementedError

def __iadd__(self, y):
"""
Not implemented.
"""
raise NotImplementedError

def __imul__(self, y):
"""
Not implemented.
Expand Down

0 comments on commit 4691a43

Please sign in to comment.