Skip to content

Commit

Permalink
DD4hepSimulation: sort pythonlib imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jun 26, 2024
1 parent f3304b4 commit 3b14b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DDG4/python/DDSim/DD4hepSimulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
@version 0.1
"""
import argparse
import io
import logging
import os
import sys
import textwrap
Expand All @@ -27,9 +30,6 @@
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')

Expand Down

0 comments on commit 3b14b49

Please sign in to comment.