Skip to content

Commit

Permalink
Update packmol.py
Browse files Browse the repository at this point in the history
fix monty.os.which deprecation
  • Loading branch information
htz1992213 committed Nov 5, 2023
1 parent e5d8706 commit de354fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdgo/util/packmol.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import Dict, List, Optional, Union

from pymatgen.core import Molecule
from monty.os.path import which
from shutil import which

# from pymatgen.io.core import InputFile, InputSet, InputGenerator

Expand Down

0 comments on commit de354fb

Please sign in to comment.