Skip to content

Commit 3259acd

Browse files
committed
actually import processor...
1 parent c214aa5 commit 3259acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def postprocess(self, accumulator):
2828

2929

3030
def test_issue1408():
31+
from coffea import processor
3132

3233
class P(processor.ProcessorABC):
3334
def process(self, events):

0 commit comments

Comments
 (0)