Skip to content

Commit

Permalink
remove override for include_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jul 12, 2021
1 parent a2217f9 commit 558c827
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions emmet-core/emmet/core/material_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ def from_structure( # type: ignore[override]
"""

return super().from_structure( # type: ignore
structure=structure,
material_id=material_id,
include_structure=False,
**kwargs
structure=structure, material_id=material_id, **kwargs
)

0 comments on commit 558c827

Please sign in to comment.