Skip to content

Commit c004d83

Browse files
Merge pull request #11 from jupyter-server/jupyter-server
Transfer repo to jupyter-server org
2 parents 907b574 + 5d11061 commit c004d83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
33

44
# jupyter_ydoc

jupyter_ydoc/ydoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def source(self, value):
111111
"id": str(uuid4()),
112112
}
113113
]
114-
# workaround until ypy is fixed: https://github.com/davidbrochart/ypy-websocket/pull/9
115114
with self._ydoc.begin_transaction() as t:
116115
# clear document
117116
cells_len = len(self._ycells)

0 commit comments

Comments
 (0)