Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 5, 2024
1 parent 1c591b6 commit 950bf4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/quacc/calculators/mrcc/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@

if TYPE_CHECKING:
from ase import Atoms

class ParamsInfo(TypedDict):
mrccinput: dict[str, str]
mrccblocks: str
charge: int
mult: int



class EnergyInfo(TypedDict):
energy: float | None
scf_energy: float | None
Expand Down

0 comments on commit 950bf4e

Please sign in to comment.