Tidied up todos

This commit is contained in:
Joel Collins 2019-09-16 17:34:33 +01:00
parent affd9718a0
commit 8b9ecbe2c7
5 changed files with 1 additions and 20 deletions

View file

@ -99,6 +99,7 @@ def capture_from_exif(path, exif_dict):
class CaptureObject(object):
"""
StreamObject used to store and process on-disk capture data, and metadata.
Serves to simplify modifying properties of on-disk capture data.
Attributes:
timestring (str): Timestring of capture creation time
@ -314,10 +315,5 @@ class CaptureObject(object):
else:
return False
def shunt(self):
# TODO: Remove
pass
def close(self):
# TODO: Remove
pass