forked from kenkeiras/org-rw
Remove unused OrgDom.serialize() .
It's functionality is performed through OrgDom.dump() .
This commit is contained in:
parent
cb86d88006
commit
ebecc5feca
@ -808,9 +808,6 @@ class OrgDom:
|
||||
self.keywords: List[Property] = keywords
|
||||
self.contents: List[RawLine] = contents
|
||||
|
||||
def serialize(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
## Querying
|
||||
def get_links(self):
|
||||
for headline in self.headlines:
|
||||
|
Loading…
Reference in New Issue
Block a user