Skip to content

Commit 09e4fcd

Browse files
committed
Fix settings import given change in latest version
1 parent 39934ca commit 09e4fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/firetasks/tests/test_polarization_to_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from atomate.vasp.powerups import use_fake_vasp
1818
from atomate.vasp.firetasks.parse_outputs import PolarizationToDb
1919

20-
from pymatgen import SETTINGS
20+
from pymatgen.settings import SETTINGS
2121

2222
__author__ = 'Tess Smidt'
2323
__email__ = '[email protected]'

0 commit comments

Comments
 (0)