Removed redundant YAML representation

This commit is contained in:
Joel Collins 2019-09-16 16:36:47 +01:00
parent dc794d4df8
commit 4fa70cd7ee

View file

@ -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:
"""