Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 4aa2003 commit 479bc13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mdanalysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Use the MDAnalysis library to read H5 files and check compliance with the H5MD standard."""

import pathlib

import ase.build
Expand Down
1 change: 1 addition & 0 deletions znh5md/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""ZnH5MD: High Performance Interface for H5MD Trajectories."""

import contextlib
import importlib.metadata

Expand Down
1 change: 1 addition & 0 deletions znh5md/format/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Format handler for h5md files."""

import contextlib
import dataclasses
import typing
Expand Down

0 comments on commit 479bc13

Please sign in to comment.