Skip to content

Commit 6958776

Browse files
removed line for generating document.specification.xml
1 parent 25db959 commit 6958776

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/document.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,3 @@ class Document(Base):
109109

110110
with open("document.specification.bson", "wb") as d:
111111
d.write(bson.encode(doc_dict))
112-
113-
save_to_xml_file(doc, "document.specification.xml")

0 commit comments

Comments
 (0)