Skip to content

Commit 9971ecd

Browse files
mfisher87martinRenou
authored andcommitted
Import SharedDocumentFactory from @jupyterlab/services
1 parent a8e6728 commit 9971ecd

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

python/jupytergis_core/src/jgisplugin/plugins.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {
2-
ICollaborativeContentProvider,
3-
SharedDocumentFactory,
4-
} from '@jupyter/collaborative-drive';
1+
import {ICollaborativeContentProvider} from '@jupyter/collaborative-drive';
52
import { CommandIDs, logoIcon, logoMiniIcon } from '@jupytergis/base';
63
import {
74
IAnnotationModel,
@@ -32,6 +29,7 @@ import { MimeDocumentFactory } from '@jupyterlab/docregistry';
3229
import { IFileBrowserFactory } from '@jupyterlab/filebrowser';
3330
import { ILauncher } from '@jupyterlab/launcher';
3431
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
32+
import { SharedDocumentFactory } from '@jupyterlab/services';
3533
import { ISettingRegistry } from '@jupyterlab/settingregistry';
3634
import { IStateDB } from '@jupyterlab/statedb';
3735

python/jupytergis_qgis/src/plugins.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {
2-
ICollaborativeContentProvider,
3-
SharedDocumentFactory,
4-
} from '@jupyter/collaborative-drive';
1+
import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive';
52
import {
63
JupyterGISDocumentWidget,
74
logoMiniIcon,
@@ -37,6 +34,7 @@ import { IEditorServices } from '@jupyterlab/codeeditor';
3734
import { ConsolePanel, IConsoleTracker } from '@jupyterlab/console';
3835
import { PathExt } from '@jupyterlab/coreutils';
3936
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
37+
import { SharedDocumentFactory } from '@jupyterlab/services';
4038
import { ISettingRegistry } from '@jupyterlab/settingregistry';
4139
import { IStateDB } from '@jupyterlab/statedb';
4240
import { Widget } from '@lumino/widgets';

0 commit comments

Comments
 (0)