Browse Source

Clean up.

Afshin Darian 8 years ago
parent
commit
8346d300c8
1 changed files with 1 additions and 6 deletions
  1. 1 6
      src/csvwidget/plugin.ts

+ 1 - 6
src/csvwidget/plugin.ts

@@ -1,11 +1,6 @@
 // Copyright (c) Jupyter Development Team.
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 // Distributed under the terms of the Modified BSD License.
 
 
-import {
-  JSONObject
-} from 'phosphor/lib/algorithm/json';
-
-
 import {
 import {
   JupyterLab, JupyterLabPlugin
   JupyterLab, JupyterLabPlugin
 } from '../application';
 } from '../application';
@@ -38,7 +33,7 @@ const FACTORY = 'Table';
  */
  */
 export
 export
 const csvHandlerExtension: JupyterLabPlugin<void> = {
 const csvHandlerExtension: JupyterLabPlugin<void> = {
-  id: 'jupyter.extensions.csvHandler',
+  id: 'jupyter.extensions.csv-handler',
   requires: [IDocumentRegistry, IStateDB],
   requires: [IDocumentRegistry, IStateDB],
   activate: activateCSVWidget,
   activate: activateCSVWidget,
   autoStart: true
   autoStart: true