10000 Remove unused copypasted function in extract example. · python-bonobo/bonobo-sqlalchemy@e39b498 · GitHub
[go: up one dir, main page]

Skip to content

Commit e39b498

Browse files
committed
Remove unused copypasted function in extract example.
1 parent 38a8af0 commit e39b498

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/sequel_extract.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
import bonobo
55
import bonobo_sqlalchemy
6-
from bonobo.config import use_context
7-
8-
9-
@use_context
10-
def extract(context):
11-
context.set_output_fields(['id', 'value'])
12-
for i in range(100):
13-
yield i, 'value for {}'.format(i)
146

157

168
def get_graph(**options):

0 commit comments

Comments
 (0)
0