Skip to content

Commit

Permalink
from_... class methods now return typing_extensions.Self (materia…
Browse files Browse the repository at this point in the history
…lsproject#840)

* more clean up of schemas/test_lobster.py

* from_... class methods return typing_extensions.Self

* fix NameError: name 'Self' is not defined in schema files

* missed one NameError: name 'Self' is not defined

* start doc strings on 1st line
  • Loading branch information
janosh authored and esoteric-ephemera committed May 13, 2024
1 parent c2b0329 commit f08f374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/atomate2/vasp/sets/mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class MPGGAStaticSetGenerator(StaticSetGenerator):
auto_kspacing: bool = True
inherit_incar: bool | None = False


@dataclass
class MPMetaGGAStaticSetGenerator(StaticSetGenerator):
"""Class to generate MP-compatible VASP GGA static input sets."""
Expand Down

0 comments on commit f08f374

Please sign in to comment.