Remove unused OrgDom.serialize() .
It's functionality is performed through OrgDom.dump() .
This commit is contained in:
parent
cb86d88006
commit
ebecc5feca
1 changed files with 0 additions and 3 deletions
|
@ -808,9 +808,6 @@ class OrgDom:
|
||||||
self.keywords: List[Property] = keywords
|
self.keywords: List[Property] = keywords
|
||||||
self.contents: List[RawLine] = contents
|
self.contents: List[RawLine] = contents
|
||||||
|
|
||||||
def serialize(self):
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
## Querying
|
## Querying
|
||||||
def get_links(self):
|
def get_links(self):
|
||||||
for headline in self.headlines:
|
for headline in self.headlines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue