Loading openflexure_microscope/camera/capture.py +0 −7 Original line number Diff line number Diff line Loading @@ -235,13 +235,6 @@ class CaptureObject(object): # Add custom metadata to dictionary return d @property def yaml(self) -> str: """ Return a string containing a YAML-formatted representation of the capture matadata """ return yaml.dump(self.metadata, default_flow_style=False) @property def state(self) -> dict: """ Loading Loading
openflexure_microscope/camera/capture.py +0 −7 Original line number Diff line number Diff line Loading @@ -235,13 +235,6 @@ class CaptureObject(object): # Add custom metadata to dictionary return d @property def yaml(self) -> str: """ Return a string containing a YAML-formatted representation of the capture matadata """ return yaml.dump(self.metadata, default_flow_style=False) @property def state(self) -> dict: """ Loading