From cab6829df9063c698f91d2fb03bdbd81999843d1 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 29 May 2018 10:37:35 -0700 Subject: Remove unused import --- packages/connect/src/orderbook_channel_factory.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/connect/src') diff --git a/packages/connect/src/orderbook_channel_factory.ts b/packages/connect/src/orderbook_channel_factory.ts index 4b363365f..1b5625840 100644 --- a/packages/connect/src/orderbook_channel_factory.ts +++ b/packages/connect/src/orderbook_channel_factory.ts @@ -1,13 +1,13 @@ import * as WebSocket from 'websocket'; -import { OrderbookChannel, WebsocketClientEventType } from './types'; +import { OrderbookChannel } from './types'; import { assert } from './utils/assert'; import { WebSocketOrderbookChannel } from './ws_orderbook_channel'; export const orderbookChannelFactory = { /** * Instantiates a new WebSocketOrderbookChannel instance - * @param url The relayer API base WS url you would like to interact with + * @param url The relayer API base WS url you would like to interact with * @return An OrderbookChannel Promise */ async createWebSocketOrderbookChannelAsync(url: string): Promise { -- cgit v1.2.3