Skip to content

Commit

Permalink
Fix has_props in summary doc
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Nov 7, 2023
1 parent 4c448c4 commit 847c891
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[Dict[HasProps, bool]] = Field(
has_props: Optional[Dict[str, bool]] = Field(
None,
description="List of properties that are available for a given material.",
source="summary",
Expand Down

0 comments on commit 847c891

Please sign in to comment.