Skip to content

Commit 38cd411

Browse files
committed
Tiny fix
1 parent 9fd278d commit 38cd411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/zappend-demo.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,6 +4886,7 @@
48864886
"\n",
48874887
"class MySliceSource(SliceSource):\n",
48884888
" def __init__(self, ctx, slice_path):\n",
4889+
" super().__init__(ctx)\n",
48894890
" self.slice_path = slice_path\n",
48904891
" self.slice_ds = None\n",
48914892
" \n",

0 commit comments

Comments
 (0)