Skip to content

Commit

Permalink
Merge pull request #87 from jan-janssen/collect
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep authored Jan 19, 2022
2 parents 7b47a6d + f06b35c commit e2a5473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymatgen/db/query_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
import os
import gridfs
import zlib
from collections import OrderedDict, Iterable
from collections import OrderedDict
from collections.abc import Iterable

import pymongo
from pymongo import MongoClient
Expand Down

0 comments on commit e2a5473

Please sign in to comment.