Skip to content

Commit acd8784

Browse files
committed
linting
1 parent d6b936c commit acd8784

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/client/debugger/extension/hooks/childProcessAttachService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { inject, injectable } from 'inversify';
77
import { IDebugService } from '../../../common/application/types';
88
import { DebugConfiguration, DebugSession, l10n, WorkspaceFolder, DebugSessionOptions } from 'vscode';
9-
import { noop } from '../../../common/utils/misc';
9+
import { noop } from '../../../common/utils/misc';
1010
import { AttachRequestArguments } from '../../types';
1111
import { IChildProcessAttachService } from './types';
1212
import { showErrorMessage } from '../../../common/vscodeApis/windowApis';

src/client/telemetry/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export enum EventName {
3939
EXECUTION_CODE = 'EXECUTION_CODE',
4040
EXECUTION_DJANGO = 'EXECUTION_DJANGO',
4141

42-
4342
// Python testing specific telemetry
4443
UNITTEST_CONFIGURING = 'UNITTEST.CONFIGURING',
4544
UNITTEST_CONFIGURE = 'UNITTEST.CONFIGURE',

0 commit comments

Comments
 (0)