Skip to content

Commit 87d5ae9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 191ad2e commit 87d5ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repo2apptainer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# flake8: noqa
3-
""" Top-level module for repo2apptainer. """
3+
"""Top-level module for repo2apptainer."""
44
from ._version import version as __version__
55
from .app import Repo2Apptainer
66
from .config import config

0 commit comments

Comments
 (0)