Skip to content
Snippets Groups Projects
Commit 8479455c authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Fix python style errors

parent e120a40b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from __future__ import absolute_import
import dd4hep
import dddigi
......
......@@ -8,10 +8,11 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from __future__ import absolute_import
import dddigi
import logging
from g4units import ns
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)
logger = logging.getLogger(__name__)
......
......@@ -8,6 +8,7 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from __future__ import absolute_import
def run():
import DigiTest
......
......@@ -8,7 +8,7 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from g4units import ns
from __future__ import absolute_import
def run():
import DigiTest
......
......@@ -8,7 +8,7 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from g4units import ns
from __future__ import absolute_import
def run():
import DigiTest
......
......@@ -8,6 +8,7 @@
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
# ==========================================================================
from __future__ import absolute_import
from g4units import ns
def run():
......
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