Skip to content

Commit

Permalink
Update summary model has_props
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Nov 7, 2023
1 parent bd1c82b commit 4c448c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class SummaryDoc(PropertyDoc):

# Has Props

has_props: Optional[List[HasProps]] = Field(
has_props: Optional[Dict[HasProps, bool]] = Field(
None,
description="List of properties that are available for a given material.",
source="summary",
Expand Down

0 comments on commit 4c448c4

Please sign in to comment.