Skip to content

Commit

Permalink
No shim
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 12, 2024
1 parent 6387284 commit 5c12a30
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
from warnings import warn

# for backward compatibility
from jupyter_server_ydoc import * # noqa

from ._version import __version__ # noqa

warn(
"Importing `jupyter_collaboration` is discouraged; migrate to `jupyter_server_ydoc` instead.",
DeprecationWarning,
)

0 comments on commit 5c12a30

Please sign in to comment.