diff --git a/sloth/annotations/container.py b/sloth/annotations/container.py index 71450d1..940ea1b 100644 --- a/sloth/annotations/container.py +++ b/sloth/annotations/container.py @@ -85,7 +85,7 @@ class AnnotationContainer: return self._filename def clear(self): - self._annotations = [] + self._annotations = [] # TODO Why isn't this used? Annotations are passed as parameters instead. Let's have encapsulation. self._filename = None self._video_cache = {}