Skip to content

Commit e7743c3

Browse files
committed
[docs] fix tutorial documentation
1 parent db71491 commit e7743c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/tutorial.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ def process(datastore) -> Datastore:
5252
_g = datastore.get("g1")
5353

5454
g2 = CustomGroup(t=Dataset(data=_g.t.data), x=Dataset(data=_g.x.data + 1j))
55-
5655
datastore.add(g2=g2)
5756

58-
return datastore
59-
6057

6158
datastore.pipe(process)
6259
```

0 commit comments

Comments
 (0)