Skip to content

Commit

Permalink
Remove import from atomate2
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Apr 10, 2024
1 parent a7ffcdd commit 59580e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/classical_md/openmm/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from emmet.core.vasp.task_valid import TaskState # type: ignore[import-untyped]
from pydantic import BaseModel, Field

from atomate2.classical_md.schemas import ClassicalMDTaskDocument
from emmet.core.classical_md import ClassicalMDTaskDocument


class CalculationInput(BaseModel, extra="allow"): # type: ignore[call-arg]
Expand Down

0 comments on commit 59580e5

Please sign in to comment.