Skip to content

Commit 461a4ed

Browse files
pre-commit-ci[bot]MabinogiX
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 322c10c commit 461a4ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_vasp_poscar_to_system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def setUp(self):
2626
def tearDown(self):
2727
if os.path.exists(self.tmp_file):
2828
os.remove(self.tmp_file)
29+
2930
def test_move_flags_error1(self):
3031
with self.assertRaisesRegex(RuntimeError, "Invalid move flags.*?"):
3132
dpdata.System().from_vasp_poscar(os.path.join("poscars", "POSCAR.oh.err1"))

0 commit comments

Comments
 (0)