From 01e6746d94f26d5f1a36126b5332cf6c62ec9838 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:47:45 +0000 Subject: [PATCH] style: pre-commit fixes --- src/geant4_python_application/__init__.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/geant4_python_application/__init__.py b/src/geant4_python_application/__init__.py index 9840895..a6d16ad 100644 --- a/src/geant4_python_application/__init__.py +++ b/src/geant4_python_application/__init__.py @@ -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", ]