From 1478f0bc30e1d78f45bfbbbd59d3d11ba35b91ee Mon Sep 17 00:00:00 2001 From: Markus Roth Date: Fri, 25 May 2012 10:05:35 +0200 Subject: [PATCH] Add TODO. --- sloth/annotations/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}