Skip to content

Commit 058ce0e

Browse files
Avoid isort in this PR
1 parent 009f984 commit 058ce0e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

validation/multichan_coupledhistosys_histfactory/makedata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ROOT
2+
13
import json
24
import sys
35

4-
import ROOT
5-
66
with open(sys.argv[1], encoding="utf-8") as source_file:
77
source_data = json.load(source_file)
88
root_file = sys.argv[2]

validation/multichan_coupledoverall_histfactory/makedata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ROOT
2+
13
import json
24
import sys
35

4-
import ROOT
5-
66
with open(sys.argv[1], encoding="utf-8") as source_file:
77
source_data = json.load(source_file)
88
root_file = sys.argv[2]

validation/multichannel_histfactory/makedata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ROOT
2+
13
import json
24
import sys
35

4-
import ROOT
5-
66
with open(sys.argv[1], encoding="utf-8") as source_file:
77
source_data = json.load(source_file)
88
root_file = sys.argv[2]

validation/xmlimport_input2/makedata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ROOT
2+
13
import json
24
import sys
35

4-
import ROOT
5-
66
with open(sys.argv[1], encoding="utf-8") as source_file:
77
source_data = json.load(source_file)
88
root_file = sys.argv[2]

0 commit comments

Comments
 (0)