Skip to content

Commit 479bc13

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4aa2003 commit 479bc13

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/test_mdanalysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Use the MDAnalysis library to read H5 files and check compliance with the H5MD standard."""
2+
23
import pathlib
34

45
import ase.build

znh5md/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""ZnH5MD: High Performance Interface for H5MD Trajectories."""
2+
23
import contextlib
34
import importlib.metadata
45

znh5md/format/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Format handler for h5md files."""
2+
23
import contextlib
34
import dataclasses
45
import typing

0 commit comments

Comments
 (0)