Skip to content

Commit 14b3280

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7ff5ba6 commit 14b3280

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ase_md/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""ASE MD package."""
2+
23
import importlib.metadata
34
import logging
45
import sys

ase_md/simulator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
https://wiki.fysik.dtu.dk/ase/tutorials/md/md.html
66
77
"""
8+
89
import typing
910

1011
import ase

tests/test_asemd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test the ASEMD package."""
2+
23
import ase
34

45
import ase_md

0 commit comments

Comments
 (0)