diff --git a/emmet-core/emmet/core/stubs.py b/emmet-core/emmet/core/stubs.py index bfa8d3326b..5d41c3a8a1 100644 --- a/emmet-core/emmet/core/stubs.py +++ b/emmet-core/emmet/core/stubs.py @@ -21,7 +21,7 @@ class StubComposition(BaseModel): __root__: Dict[Element, float] -@classmethod +@classmethod # type: ignore def get_validators(cls): yield validate_composition