From 4691a435aaac3d6653e098e1088bd8d0e2e60e38 Mon Sep 17 00:00:00 2001 From: Hanno Spreeuw Date: Thu, 24 Oct 2024 10:56:23 +0200 Subject: [PATCH] Fixes the first item of #82. Will also be tackled when we fix #56, i.e. then the entire ObjectContainer class may be removed. --- sourcefinder/utility/containers.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sourcefinder/utility/containers.py b/sourcefinder/utility/containers.py index c1d43e2..46bf2a0 100644 --- a/sourcefinder/utility/containers.py +++ b/sourcefinder/utility/containers.py @@ -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.