Skip to content

Commit

Permalink
Remove the unused ISettingRegistry token from the file browser plug…
Browse files Browse the repository at this point in the history
…in (#356)

* Remove unused `ISettingRegistry` token

* Lint
  • Loading branch information
trungleduc authored Sep 18, 2024
1 parent b661a53 commit 7eac099
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/docprovider-extension/src/filebrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,7 @@ export const defaultFileBrowser: JupyterFrontEndPlugin<IDefaultFileBrowser> = {
description: 'The default file browser factory provider',
provides: IDefaultFileBrowser,
requires: [ICollaborativeDrive, IFileBrowserFactory],
optional: [
IRouter,
JupyterFrontEnd.ITreeResolver,
ILabShell,
ISettingRegistry,
ITranslator
],
optional: [IRouter, JupyterFrontEnd.ITreeResolver, ILabShell, ITranslator],
activate: async (
app: JupyterFrontEnd,
drive: YDrive,
Expand Down

0 comments on commit 7eac099

Please sign in to comment.