Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Sep 20, 2024
1 parent d19188a commit dead5b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emmet-core/emmet/core/openmm/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
from openmm.app.pdbfile import PDBFile
from emmet.core.vasp.task_valid import TaskState # type: ignore[import-untyped]
from pydantic import BaseModel, Field
from pymatgen.core import Structure

from emmet.core.openff import MoleculeSpec, MDTaskDocument # type: ignore[import-untyped]
from emmet.core.openff import MDTaskDocument # type: ignore[import-untyped]
from emmet.core.openff.tasks import CompressedStr # type: ignore[import-untyped]


Expand Down

0 comments on commit dead5b5

Please sign in to comment.