mirror of
https://github.com/wassname/sloth.git
synced 2026-06-29 03:04:57 +08:00
Add TODO.
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user