Skip to content

Commit cfacf14

Browse files
dgolovinmohitsuman
authored andcommitted
Remove unused imports from tools.test.ts
1 parent e1c524d commit cfacf14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/openshift/component.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import * as vscode from 'vscode';
44
import * as chai from 'chai';
55
import * as sinonChai from 'sinon-chai';
66
import * as sinon from 'sinon';
7-
import * as shelljs from 'shelljs';
87
import { TestItem } from './testOSItem';
98
import { OdoImpl } from '../../src/odo';
10-
import { ToolsConfig } from '../../src/tools';
119
import { Component } from '../../src/openshift/component';
1210
import { Progress } from '../../src/util/progress';
1311

0 commit comments

Comments
 (0)