Skip to content

Commit 4c03c59

Browse files
committed
reformat locally with black==26.1.0
1 parent b31345f commit 4c03c59

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

scripts/2Dhistograms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from BTVNanoCommissioning.helpers.definitions import get_definitions
1515
from BTVNanoCommissioning.helpers.definitions import get_discriminators
1616

17-
1817
# Suppress the specific FutureWarning from uproot
1918
warnings.filterwarnings("ignore", category=FutureWarning, module="uproot")
2019
warnings.filterwarnings("ignore", category=FutureWarning, module="seaborn")

scripts/correlation_plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from concurrent.futures import ThreadPoolExecutor, as_completed
1414
from BTVNanoCommissioning.helpers.definitions import get_definitions, get_discriminators
1515

16-
1716
# Suppress the specific FutureWarning from uproot
1817
warnings.filterwarnings("ignore", category=FutureWarning, module="uproot")
1918

scripts/fetch.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,7 @@ def run_python_xrootd_ping(server, site, timeout=10):
655655
python_path = python_file.name
656656

657657
# Write a self-contained Python script
658-
python_file.write(
659-
"""
658+
python_file.write("""
660659
import sys
661660
import os
662661
import time
@@ -700,8 +699,7 @@ def run_python_xrootd_ping(server, site, timeout=10):
700699
except Exception as e:
701700
print(f"ERROR: {str(e)}")
702701
sys.exit(2)
703-
"""
704-
)
702+
""")
705703

706704
# Create the bash wrapper script that sets up the environment
707705
with tempfile.NamedTemporaryFile(

scripts/missingFiles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os, sys
22
import argparse
33

4-
54
parser = argparse.ArgumentParser(description="Check for missing hists_N.coffea files.")
65
parser.add_argument(
76
"--jobName",

0 commit comments

Comments
 (0)