Skip to content
Snippets Groups Projects
Commit 3b14b49a authored by Andre Sailer's avatar Andre Sailer
Browse files

DD4hepSimulation: sort pythonlib imports

parent f3304b47
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment