Skip to content

Commit

Permalink
fix entries type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Oct 1, 2020
1 parent 25444b7 commit 971a446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/vasp/material.py
Expand Up @@ -41,6 +41,6 @@ class MaterialsDoc(CoreMaterialsDoc, StructureMetadata):
None, description="Dictionary for tracking the provenance of properties"
)

entries: Dict[ComputedEntry] = Field(
entries: Dict[RunType, ComputedEntry] = Field(
None, description="Dictionary for tracking entries for VASP calculations"
)

0 comments on commit 971a446

Please sign in to comment.