Commit 4fa70cd7 authored by Joel Collins's avatar Joel Collins
Browse files

Removed redundant YAML representation

parent dc794d4d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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:
        """