Skip to content

Commit 1429532

Browse files
Merge pull request #25 from jupyter-server/apply_update
Remove document apply_update method
2 parents b97ee5d + afca110 commit 1429532

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

jupyter_ydoc/ydoc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ def unobserve(self):
4646
k.unobserve(v)
4747
self._subscriptions = {}
4848

49-
def apply_update(self, update: bytes) -> None:
50-
Y.apply_update(self._ydoc, update)
51-
5249

5350
class YFile(YBaseDoc):
5451
def __init__(self, *args, **kwargs):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python_requires = >=3.7
2323
install_requires =
2424
setuptools
2525
y-py >=0.5.0,<0.6.0
26-
ypy-websocket >=0.1.7
26+
ypy-websocket >=0.1.8
2727

2828
[options.extras_require]
2929
test =

0 commit comments

Comments
 (0)