Skip to content

Commit

Permalink
chore: remove indent
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 31, 2024
1 parent afe066a commit 945cabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/src/data_bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const plugin: JupyterFrontEndPlugin<void> = {
let data = event.data.data;
const dataJson = JSON.stringify(data);
const code = `
import json
data = json.loads('${dataJson}')
import json
data = json.loads('${dataJson}')
`;
// Similar to https://jupyterlab.readthedocs.io/en/stable/api/classes/application.LabShell.html#currentWidget
// https://jupyterlite.readthedocs.io/en/latest/reference/api/ts/interfaces/jupyterlite_application.ISingleWidgetShell.html#currentwidget
Expand Down

0 comments on commit 945cabc

Please sign in to comment.