Skip to content

Commit

Permalink
ensure consistent pymatgen import
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 29, 2021
1 parent 4a188af commit acd9127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/vasp/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import numpy as np
from pydantic import BaseModel, Field, PyObject
from pymatgen.core import Structure
from pymatgen.core.structure import Structure

from emmet.core import SETTINGS
from emmet.core.mpid import MPID
Expand Down

0 comments on commit acd9127

Please sign in to comment.