Skip to content

Commit fc1b6bc

Browse files
committed
changes for socket client
1 parent f318050 commit fc1b6bc

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

src/client/jedi/socketClient.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
"use strict";
22

3-
import { SocketCallbackHandler } from "../../common/comms/socketCallbackHandler";
3+
import { SocketCallbackHandler } from "../common/comms/socketCallbackHandler";
44
import { Commands, ResponseCommands } from "./commands";
5-
import { SocketServer } from '../../common/comms/socketServer';
6-
import { IdDispenser } from '../../common/idDispenser';
7-
import { createDeferred, Deferred } from '../../common/helpers';
5+
import { SocketServer } from '../common/comms/socketServer';
6+
import { IdDispenser } from '../common/idDispenser';
7+
import { createDeferred, Deferred } from '../common/helpers';
88
import { KernelCommand } from './contracts';
9-
import { JupyterMessage, ParsedIOMessage } from '../contracts';
10-
import { Helpers } from '../common/helpers';
119
import * as Rx from 'rx';
12-
import { KernelRestartedError, KernelShutdownError } from '../common/errors';
1310
import { OutputChannel } from 'vscode';
1411

1512
export class JupyterSocketClient extends SocketCallbackHandler {

0 commit comments

Comments
 (0)