Skip to content

Commit

Permalink
Lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 30, 2022
1 parent c7ac935 commit 6c52ebd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/docregistry/src/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import { Mode } from '@jupyterlab/codemirror';
import { IChangedArgs, PathExt } from '@jupyterlab/coreutils';
import { IObservableList } from '@jupyterlab/observables';
import { Contents } from '@jupyterlab/services';
import {
DocumentChange,
FileChange,
ISharedFile
} from '@jupyter/ydoc';
import { DocumentChange, FileChange, ISharedFile } from '@jupyter/ydoc';
import { ITranslator, nullTranslator } from '@jupyterlab/translation';
import { PartialJSONValue } from '@lumino/coreutils';
import { ISignal, Signal } from '@lumino/signaling';
Expand Down

0 comments on commit 6c52ebd

Please sign in to comment.