We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb32f commit cb5bcb7Copy full SHA for cb5bcb7
visualpython/js/m_apps/Import.js
@@ -70,10 +70,6 @@ define([
70
}
71
72
this.importTemplatesCopy = JSON.parse(JSON.stringify(importTemplates));
73
- if (vpConfig.extensionType === 'lite') {
74
- // for LITE: set default checked state as false on seaborn package
75
- this.importTemplatesCopy['data-analysis'][3].checked = false;
76
- }
77
78
if (!this.state.importMeta || this.state.importMeta.length <= 0) {
79
this.state.importMeta = JSON.parse(JSON.stringify(this.importTemplatesCopy[this.state.tabType]));
0 commit comments