Skip to content

Commit

Permalink
fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Feb 19, 2021
1 parent c4d0c15 commit 8e5310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/stubs.py
Expand Up @@ -21,7 +21,7 @@ class StubComposition(BaseModel):
__root__: Dict[Element, float]


@classmethod
@classmethod # type: ignore
def get_validators(cls):
yield validate_composition

Expand Down

0 comments on commit 8e5310f

Please sign in to comment.