Skip to content

Commit c4fa4f2

Browse files
committed
Lint
1 parent 22c0b20 commit c4fa4f2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/jupyterlab-lsp/src/adapters/adapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { IVirtualEditor } from '../virtual/editor';
2222

2323
import IEditor = CodeEditor.IEditor;
2424

25-
2625
export class StatusMessage {
2726
/**
2827
* The text message to be shown on the statusbar

packages/jupyterlab-lsp/src/components/statusbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { VirtualDocument, collect_documents } from '../virtual/document';
4141
import { codeCheckIcon, codeClockIcon, codeWarningIcon } from './icons';
4242
import { DocumentLocator } from './utils';
4343

44-
4544
import okButton = Dialog.okButton;
4645

4746
interface IServerStatusProps {

packages/jupyterlab-lsp/src/features/diagnostics/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
JupyterFrontEndPlugin
44
} from '@jupyterlab/application';
55
import { ISettingRegistry } from '@jupyterlab/settingregistry';
6+
import { ITranslator, TranslationBundle } from '@jupyterlab/translation';
67

78
import { FeatureSettings, IFeatureCommand } from '../../feature';
89
import { ILSPFeatureManager, PLUGIN_ID } from '../../tokens';
@@ -12,7 +13,6 @@ import {
1213
diagnosticsIcon,
1314
diagnostics_panel
1415
} from './diagnostics';
15-
import { ITranslator, TranslationBundle } from '@jupyterlab/translation';
1616

1717
export const FEATURE_ID = PLUGIN_ID + ':diagnostics';
1818

0 commit comments

Comments
 (0)