Skip to content

Commit

Permalink
Removed deprecated monty.os.path.which dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SurgeArrester authored Nov 7, 2023
1 parent c353398 commit e79e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pseudo_dojo/core/pseudos.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from monty.string import list_strings
from monty.fnmatch import WildCard
from monty.termcolor import cprint
from monty.os.path import which
from shutil import which
from pymatgen.core.periodic_table import Element
from pymatgen.core.xcfunc import XcFunc
from abipy.tools.plotting import add_fig_kwargs, get_ax_fig_plt
Expand Down

0 comments on commit e79e76d

Please sign in to comment.