File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://github.com/davidbrochart /jupyter_ydoc/workflows/Tests/badge.svg )] ( https://github.com/davidbrochart /jupyter_ydoc/actions )
1
+ [ ![ Build Status] ( https://github.com/jupyter-server /jupyter_ydoc/workflows/Tests/badge.svg )] ( https://github.com/jupyter-server /jupyter_ydoc/actions )
2
2
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
3
3
4
4
# jupyter_ydoc
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ def source(self, value):
111
111
"id" : str (uuid4 ()),
112
112
}
113
113
]
114
- # workaround until ypy is fixed: https://github.com/davidbrochart/ypy-websocket/pull/9
115
114
with self ._ydoc .begin_transaction () as t :
116
115
# clear document
117
116
cells_len = len (self ._ycells )
You can’t perform that action at this time.
0 commit comments