diff --git a/garbage.py b/garbage.py index 268f2b6..205e00c 100644 --- a/garbage.py +++ b/garbage.py @@ -31,9 +31,6 @@ class Garbage: self.softness = softness self.does_din = does_din - def xxx(self): - return self.shape - class RecognizedGarbage(Garbage): garbage_type: GarbageType