Skip to content

Commit ae69e51

Browse files
committed
MNT #137
1 parent 2777cbb commit ae69e51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apstools/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,6 @@ def export_json(headers, filename, zipfilename=None):
575575
576576
"""
577577
datasets = [list(h.documents()) for h in headers]
578-
# for h in headers:
579-
# uid = h.start["uid"]
580-
# datasets[uid] = list(h.documents())
581578

582579
json_docs = json.dumps(datasets, cls=NumpyEncoder, indent=2)
583580
if zipfilename is None:

0 commit comments

Comments
 (0)