From 3b14b49a78c2f5394fd3d541ade3b260ef4ba768 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Wed, 26 Jun 2024 17:04:40 +0200
Subject: [PATCH] DD4hepSimulation: sort pythonlib imports

---
 DDG4/python/DDSim/DD4hepSimulation.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/DDG4/python/DDSim/DD4hepSimulation.py b/DDG4/python/DDSim/DD4hepSimulation.py
index bad047fcd..b6468f4a4 100644
--- a/DDG4/python/DDSim/DD4hepSimulation.py
+++ b/DDG4/python/DDSim/DD4hepSimulation.py
@@ -6,6 +6,9 @@ Based on M. Frank and F. Gaede runSim.py
    @version 0.1
 
 """
+import argparse
+import io
+import logging
 import os
 import sys
 import textwrap
@@ -27,9 +30,6 @@ from DDSim.Helper.MagneticField import MagneticField
 from DDSim.Helper.ParticleHandler import ParticleHandler
 from DDSim.Helper.Gun import Gun
 from DDSim.Helper.UI import UI
-import argparse
-import logging
-import io
 
 logger = logging.getLogger('DDSim')
 
-- 
GitLab