Skip to content

Commit 21afda3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9bff68b commit 21afda3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dpgen/auto_test/lib/abacus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import dpdata
66
import numpy as np
7+
78
try:
89
from dpdata.formats.abacus.stru import make_unlabeled_stru
910
from dpdata.formats.vasp import poscar as dpdata_poscar

dpgen/generator/lib/abacus_scf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import re
44

55
import numpy as np
6+
67
try:
78
from dpdata.formats.abacus.stru import get_frame_from_stru, make_unlabeled_stru
89
except ModuleNotFoundError:

0 commit comments

Comments
 (0)