Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 23, 2024
1 parent 5105a93 commit 01e6746
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/geant4_python_application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
__version__tuple__ = version_tuple

__all__ = [
"Application",
"Detector",
"__version__",
"__version__tuple__",
"geant4_version",
"application_directory",
"awkward_version",
"pybind11_version",
"version",
"Application",
"Detector",
"basic_gdml",
"install_datasets",
"data_directory",
"application_directory",
"geant4_version",
"install_datasets",
"pybind11_version",
"version",
]

0 comments on commit 01e6746

Please sign in to comment.