Reimplemented serialising LST

This commit is contained in:
Joel Collins 2020-02-06 13:35:05 +00:00
parent ccd5e9b891
commit cf66359559
5 changed files with 48 additions and 67 deletions

View file

@ -146,10 +146,6 @@ class BaseCamera(metaclass=ABCMeta):
"""Return the current settings as a dictionary"""
return {"paths": self.paths}
def save_settings(self):
"""(Optional) Save any settings to disk that need to be stored"""
return
def __enter__(self):
"""Create camera on context enter."""
return self