Skip to content

Commit 87d5ae9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎repo2apptainer/__init__.py

+1-1
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)