Skip to content

Commit 217869e

Browse files
committed
fix flake8
1 parent d623326 commit 217869e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FuncADL_Uproot_Typed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
),
1515
Query=query.FuncADL_Uproot()
1616
.FromTree('CollectionTree')
17-
.Select(lambda e: {'el_pt': e['AnalysisElectronsAuxDyn.pt']}) # type: ignore
17+
.Select(lambda e: {'el_pt': e['AnalysisElectronsAuxDyn.pt']}) # type:ignore
1818
)
1919
]
2020
)

0 commit comments

Comments
 (0)