Skip to content

Commit

Permalink
Fix bad import.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 21, 2019
1 parent a60c5ea commit 4d9d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/abinit/flows.py
Expand Up @@ -22,7 +22,7 @@
from tabulate import tabulate
from pydispatch import dispatcher
from collections import OrderedDict
from monty.collections import as_set, dict2namedtuple
from monty.collections import dict2namedtuple
from monty.string import list_strings, is_string, make_banner
from monty.operator import operator_from_str
from monty.io import FileLock
Expand Down

0 comments on commit 4d9d717

Please sign in to comment.