Removed redundant YAML representation
This commit is contained in:
parent
dc794d4df8
commit
4fa70cd7ee
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue