Skip to content

Commit 3bb7734

Browse files
committed
Fix eslint violations
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 0c51e27 commit 3bb7734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/openshift/component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import { ComponentWorkspaceFolder } from '../odo/workspace';
2525
import LogViewLoader from '../webview/log/LogViewLoader';
2626
import GitImportLoader from '../webview/git-import/gitImportLoader';
2727
import { CliChannel } from '../cli';
28-
import { findPair } from 'yaml/util';
29-
import { debugPort } from 'process';
3028

3129
function createCancelledResult(stepName: string): any {
3230
const cancelledResult: any = new String('');

0 commit comments

Comments
 (0)