forked from jupyterlab/jupyter-collaboration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6387284
commit 5c12a30
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
projects/jupyter-collaboration/jupyter_collaboration/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
) |