Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Mar 24, 2021
1 parent d4029e3 commit d223208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emmet-core/emmet/core/electrode.py
Expand Up @@ -130,7 +130,8 @@ class InsertionElectrodeDoc(InsertionVoltagePairDoc):

material_ids: List[Union[MPID]] = Field(
None,
description="The ids of all structures that matched to the present host lattice, regardless of stability. The stable entries can be found in the adjacent pairs.",
description="The ids of all structures that matched to the present host lattice, regardless of stability. "
"The stable entries can be found in the adjacent pairs.",
)

electrode_object: Dict = Field(
Expand Down

0 comments on commit d223208

Please sign in to comment.