Skip to content

Commit

Permalink
fix PropertyDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Dec 16, 2020
1 parent 93658da commit 1ddeacb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/polar.py
Expand Up @@ -7,7 +7,7 @@
from pymatgen.analysis.piezo import PiezoTensor as BasePiezoTensor

from emmet.core import SETTINGS
from emmet.core.material import PropertyDoc
from emmet.core.material_property import PropertyDoc
from emmet.core.structure import StructureMetadata
from emmet.stubs import Matrix3D, Vector3D

Expand Down
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/provenance.py
Expand Up @@ -5,7 +5,7 @@
from pybtex.database import BibliographyData, parse_string
from pydantic import BaseModel, EmailStr, Field, HttpUrl, validator

from emmet.core.material import PropertyDoc
from emmet.core.material_property import PropertyDoc
from emmet.core.utils import ValueEnum


Expand Down
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/thermo.py
Expand Up @@ -7,7 +7,7 @@
from pymatgen.analysis.phase_diagram import PhaseDiagram, PhaseDiagramError
from pymatgen.core.periodic_table import Element

from emmet.core.material import PropertyDoc
from emmet.core.material_property import PropertyDoc
from emmet.core.structure import StructureMetadata
from emmet.stubs import Composition, ComputedEntry

Expand Down

0 comments on commit 1ddeacb

Please sign in to comment.