Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/davidbrochart/jupyter_ydoc/workflows/Tests/badge.svg)](https://github.com/davidbrochart/jupyter_ydoc/actions)
[![Build Status](https://github.com/jupyter-server/jupyter_ydoc/workflows/Tests/badge.svg)](https://github.com/jupyter-server/jupyter_ydoc/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# jupyter_ydoc
Expand Down
1 change: 0 additions & 1 deletion jupyter_ydoc/ydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def source(self, value):
"id": str(uuid4()),
}
]
# workaround until ypy is fixed: https://github.com/davidbrochart/ypy-websocket/pull/9
with self._ydoc.begin_transaction() as t:
# clear document
cells_len = len(self._ycells)
Expand Down