Skip to content

Commit bd756ed

Browse files
committed
Remove circular dependency in console import
1 parent fc94baf commit bd756ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/completion-theme/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
} from './types';
1818
import { render_themes_list } from './about';
1919
import '../style/index.css';
20-
import { ILSPLogConsole } from '@krassowski/jupyterlab-lsp';
2120

2221
export class CompletionThemeManager implements ILSPCompletionThemeManager {
2322
protected current_icons: Map<string, LabIcon>;
@@ -164,7 +163,7 @@ const LSP_CATEGORY = 'Language server protocol';
164163

165164
export const COMPLETION_THEME_MANAGER: JupyterFrontEndPlugin<ILSPCompletionThemeManager> = {
166165
id: PLUGIN_ID,
167-
requires: [IThemeManager, ICommandPalette, ILSPLogConsole],
166+
requires: [IThemeManager, ICommandPalette],
168167
activate: (
169168
app,
170169
themeManager: IThemeManager,

0 commit comments

Comments
 (0)