Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshgupta137 committed May 12, 2022
1 parent bbfe19b commit ddd2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lab-extension/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { JupyterFrontEnd } from '@jupyterlab/application';
import { store } from '../store';
import { NotebookStore } from '../store/notebook';

const kernel_langs = ["python", "pyspark", "sparkR", "scala"]
const kernel_langs = ['python', 'pyspark', 'sparkR', 'scala'];

/** Entrypoint: Called when the extension is loaded by jupyter. */
const extension = {
Expand Down

0 comments on commit ddd2b58

Please sign in to comment.