Skip to content

Commit

Permalink
Change model to use pmg Structure, leave Composition as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Apr 1, 2021
1 parent 7657621 commit e2321cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mp_api/search/models.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import List, Optional
from pymatgen.core.periodic_table import Element
from pymatgen.core.structure import Structure

from mp_api.materials.models import Structure, Composition
from mp_api.materials.models.doc import SymmetryData
from mp_api.materials.models.doc import SymmetryData, Composition
from mp_api.xas.models import Edge, XASType
from mp_api.gb.models import GBTypeEnum

Expand Down

0 comments on commit e2321cf

Please sign in to comment.