Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 31, 2024
1 parent c47dd2c commit db63739
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ const openTreeTab: JupyterFrontEndPlugin<void> = {
'Add a command to open a browser tab on the tree view when clicking "Open...".',
autoStart: true,
optional: [ITranslator],
activate: (
app: JupyterFrontEnd,
translator: ITranslator | null
) => {
activate: (app: JupyterFrontEnd, translator: ITranslator | null) => {
const { commands } = app;
translator = translator ?? nullTranslator;
const trans = translator.load('notebook');
Expand Down

0 comments on commit db63739

Please sign in to comment.