Skip to content

Commit

Permalink
add missing import (@nisse3000, use an IDE!)
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Apr 12, 2018
1 parent 51fb4cc commit b0f859b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymatgen/analysis/local_env.py
Expand Up @@ -34,8 +34,7 @@
from pymatgen import Element
from pymatgen.core.structure import Structure
from pymatgen.util.num import abs_cap
from pymatgen.analysis.bond_valence import BV_PARAMS

from pymatgen.analysis.bond_valence import BV_PARAMS, BVAnalyzer

default_op_params = {}
with open(os.path.join(os.path.dirname(
Expand Down

0 comments on commit b0f859b

Please sign in to comment.