diff --git a/Tools/PyJobTransforms/python/trfExe.py b/Tools/PyJobTransforms/python/trfExe.py
index 4f4c9701c9635792cc0ae1e9fad4336c9e32e131..7b0f9d9fadb9e043c9f042428745b816ddff41e1 100755
--- a/Tools/PyJobTransforms/python/trfExe.py
+++ b/Tools/PyJobTransforms/python/trfExe.py
@@ -1236,7 +1236,6 @@ class athenaExecutor(scriptExecutor):
         self._valStop = os.times()
         msg.debug('valStop time is {0}'.format(self._valStop))
 
-
     ## @brief Prepare the correct command line to be used to invoke athena
     def _prepAthenaCommandLine(self):
         ## Start building up the command line
@@ -1818,7 +1817,6 @@ class DQMergeExecutor(scriptExecutor):
         msg.debug('valStop time is {0}'.format(self._valStop))
 
 
-
 ## @brief Specialist execution class for merging NTUPLE files
 class NTUPMergeExecutor(scriptExecutor):