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 e79e76d commit 6e7d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pseudo_dojo/core/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This single module should provide all the common functionality for tests
in a single location, so that test scripts can just import it and work right away.
"""
from monty.os.path import which
from shutil import which
from pymatgen.util.testing import PymatgenTest

import numpy.testing as nptu
Expand Down

0 comments on commit 6e7d8a7

Please sign in to comment.