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 Dec 2, 2024
1 parent aec354e commit f3e5034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skhep_testdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .local_files import data_path, download_all, known_files
from .version import version as __version__

__all__ = ("data_path", "download_all", "known_files", "__version__")
__all__ = ("__version__", "data_path", "download_all", "known_files")


def __dir__() -> tuple[str, ...]: # pragma: no cover
Expand Down

0 comments on commit f3e5034

Please sign in to comment.