Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Jan 26, 2023
1 parent 638a0ff commit cdbf808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/apps/battery/battery_abc.py
Expand Up @@ -56,7 +56,7 @@ class AbstractVoltagePair(MSONable):
frac_charge: float
frac_discharge: float
working_ion_entry: ComputedEntry
framework_formula: str # TODO should be made into Composition whenever the as_dict and from_dict are fixed
framework_formula: str

def __post_init__(self):
# ensure the frame work is a reduced composition
Expand Down

0 comments on commit cdbf808

Please sign in to comment.