Skip to content

Commit ab85c27

Browse files
authored
Add comment with linter ignore
1 parent accd5e8 commit ab85c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/lowq2_reconstruction/filterHEPMC3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ROOT
1+
import ROOT # noqa: F401; loads core libraries required by pyhepmc3
22
from pyHepMC3 import HepMC3 as hm
33
from pyHepMC3.rootIO import HepMC3 as hmrootIO
44
import argparse

0 commit comments

Comments
 (0)