diff --git a/emmet-core/emmet/core/oxidation_states.py b/emmet-core/emmet/core/oxidation_states.py index d54eedf77b..54f4f28574 100644 --- a/emmet-core/emmet/core/oxidation_states.py +++ b/emmet-core/emmet/core/oxidation_states.py @@ -28,9 +28,7 @@ class OxidationStateDoc(PropertyDoc): method: str = Field(description="Method used to compute oxidation states") @classmethod - def from_structure( - cls, structure: Structure, material_id: MPID, **kwargs # type: ignore[override] - ): + def from_structure(cls, structure: Structure, material_id: MPID, **kwargs): # type: ignore[override] structure.remove_oxidation_states() try: bva = BVAnalyzer()