Skip to content

Commit 17668e8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a226d0b commit 17668e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/database/test_db_vasp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__package__ = "database"
1111
from dpdata import LabeledSystem
1212
from monty.serialization import loadfn
13-
from pymatgen.io.vasp import Incar, Kpoints, Poscar, Potcar
13+
from pymatgen.io.vasp import Kpoints, Poscar, Potcar
1414

1515
from .context import (
1616
DPPotcar,

0 commit comments

Comments
 (0)