From 9f07401997e6ee8714f588e9533ac2238562d8f7 Mon Sep 17 00:00:00 2001 From: Marjorie Lucas <47004511+marjo-luc@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:30:40 -0800 Subject: [PATCH] Update index.ts --- user_meta_form/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/user_meta_form/src/index.ts b/user_meta_form/src/index.ts index 2d0bda11..4744946c 100644 --- a/user_meta_form/src/index.ts +++ b/user_meta_form/src/index.ts @@ -5,9 +5,6 @@ import { import { ICommandPalette } from '@jupyterlab/apputils'; -/** - * Initialization data for the command palette example. - */ const extension: JupyterFrontEndPlugin = { id: 'command-palette', autoStart: true,