Skip to content

Commit a376fa2

Browse files
style: pre-commit fixes
1 parent eef2317 commit a376fa2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/geant4_python_application/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
__version__tuple__ = version_tuple
2020

2121
__all__ = [
22+
"Application",
23+
"Detector",
2224
"__version__",
2325
"__version__tuple__",
24-
"geant4_version",
26+
"application_directory",
2527
"awkward_version",
26-
"pybind11_version",
27-
"version",
28-
"Application",
29-
"Detector",
3028
"basic_gdml",
31-
"install_datasets",
3229
"data_directory",
33-
"application_directory",
30+
"geant4_version",
31+
"install_datasets",
32+
"pybind11_version",
33+
"version",
3434
]

0 commit comments

Comments
 (0)