Skip to content

Commit

Permalink
remove unused imports SO--
Browse files Browse the repository at this point in the history
  • Loading branch information
mhellstr committed Dec 3, 2024
1 parent 1f12aa3 commit 471d7ca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions interfaces/molecule/packmol.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@

if TYPE_CHECKING:
try:
from scm.libbase import (
UnifiedChemicalSystem as ChemicalSystem,
UnifiedElement as Element,
UnifiedElements as Elements,
UnifiedLattice as Lattice,
)
from scm.libbase import UnifiedChemicalSystem as ChemicalSystem
except ImportError:
pass

Expand Down Expand Up @@ -784,8 +779,7 @@ def _run_uff_md(
Raises: PackmolError if something goes worng.
"""
from scm.plams.interfaces.adfsuite.quickjobs import _ensure_init
from scm.plams.core.functions import finish, delete_job
from scm.plams.core.functions import delete_job
from scm.plams import config

thermostatted_region = "PACKMOL_thermostatted"
Expand Down

0 comments on commit 471d7ca

Please sign in to comment.