Skip to content

Commit

Permalink
Removes empty requires list (jupyterlab#13334)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos authored Oct 28, 2022
1 parent b149643 commit fbfa15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docprovider-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { DocumentChange, YDocument } from '@jupyterlab/shared-models';
*/
const docProviderPlugin: JupyterFrontEndPlugin<IDocumentProviderFactory> = {
id: '@jupyterlab/docprovider-extension:plugin',
requires: [],
provides: IDocumentProviderFactory,
activate: (app: JupyterFrontEnd): IDocumentProviderFactory => {
const server = ServerConnection.makeSettings();
Expand Down

0 comments on commit fbfa15c

Please sign in to comment.