Skip to content

Commit 7bce0d6

Browse files
committed
remove drives list plugin token
1 parent bc38762 commit 7bce0d6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/token.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Token } from '@lumino/coreutils';
21
import { Contents } from '@jupyterlab/services';
32

43
/**
@@ -12,13 +11,6 @@ export namespace CommandIDs {
1211
export const launcher = 'launcher:create';
1312
}
1413

15-
/**
16-
* A token for the plugin that provides the list of drives.
17-
*/
18-
export const IDrivesList = new Token<IDriveInfo[]>(
19-
'jupyter-drives:drives-list-provider'
20-
);
21-
2214
/**
2315
* An interface that stores the drive information.
2416
*/

0 commit comments

Comments
 (0)