Skip to content

Commit 85c8b70

Browse files
committed
fix: Remove constants, accidentaly added to wrong branch
1 parent 8014bc3 commit 85c8b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/common/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ export namespace Commands {
223223
export const OpenDeepnoteNotebook = 'deepnote.openNotebook';
224224
export const OpenDeepnoteFile = 'deepnote.openFile';
225225
export const RevealInDeepnoteExplorer = 'deepnote.revealInExplorer';
226-
export const AddSqlBlock = 'deepnote.addSqlBlock';
227-
export const AddBigNumberChartBlock = 'deepnote.addBigNumberChartBlock';
228226
export const ManageIntegrations = 'deepnote.manageIntegrations';
229227
export const ExportAsPythonScript = 'jupyter.exportAsPythonScript';
230228
export const ExportToHTML = 'jupyter.exportToHTML';

0 commit comments

Comments
 (0)