Skip to content

Commit c4198de

Browse files
committed
Fix linting errors
1 parent bfb7dcc commit c4198de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/startPage/webviewHost.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import * as localize from '../utils/localize';
1515
import { DefaultTheme, Telemetry } from './constants';
1616
import { ICodeCssGenerator, IThemeFinder } from './types';
1717

18+
import { PythonSettings } from '../configSettings';
1819
import { isTestExecution } from '../constants';
1920
import { IConfigurationService, IDisposable, IPythonSettings, Resource } from '../types';
2021
import { CssMessages, IGetCssRequest, IGetMonacoThemeRequest, SharedMessages } from './messages';
21-
import { PythonSettings } from '../configSettings';
2222

2323
@injectable() // For some reason this is necessary to get the class hierarchy to work.
2424
export abstract class WebviewHost<IMapping> implements IDisposable {

0 commit comments

Comments
 (0)