File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ import { ISessionService } from '../../services/sessionService';
16
16
import { CallContext , ServerError , Status } from 'nice-grpc-common' ;
17
17
import { IHostService } from '../../services/hostService' ;
18
18
import { Server , createClient , createServer , createChannel } from 'nice-grpc' ;
19
- import { getDaemonVersion } from '../common' ;
20
19
import { INotificationService } from '../../services/notificationService' ;
21
20
import { showWsNotRunningDialog } from '../../remote' ;
22
21
import { ITelemetryService , UserFlowTelemetry } from '../../services/telemetryService' ;
23
22
import { ExperimentalSettings } from '../../experiments' ;
24
- import { SemVer } from 'semver' ;
25
23
import { Configuration } from '../../configuration' ;
26
24
27
25
const phaseMap : Record < WorkspaceInstanceStatus_Phase , WorkspaceInstancePhase | undefined > = {
You can’t perform that action at this time.
0 commit comments