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';
1616import { CallContext , ServerError , Status } from 'nice-grpc-common' ;
1717import { IHostService } from '../../services/hostService' ;
1818import { Server , createClient , createServer , createChannel } from 'nice-grpc' ;
19- import { getDaemonVersion } from '../common' ;
2019import { INotificationService } from '../../services/notificationService' ;
2120import { showWsNotRunningDialog } from '../../remote' ;
2221import { ITelemetryService , UserFlowTelemetry } from '../../services/telemetryService' ;
2322import { ExperimentalSettings } from '../../experiments' ;
24- import { SemVer } from 'semver' ;
2523import { Configuration } from '../../configuration' ;
2624
2725const phaseMap : Record < WorkspaceInstanceStatus_Phase , WorkspaceInstancePhase | undefined > = {
You can’t perform that action at this time.
0 commit comments