From f56a7d0cb2bbe8ba9b6c4fb18151ff068165793b Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 17 Jul 2018 13:29:36 +0200 Subject: Fix linter --- packages/order-watcher/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/order-watcher/src/types.ts') diff --git a/packages/order-watcher/src/types.ts b/packages/order-watcher/src/types.ts index f8ec91a51..fd71267a2 100644 --- a/packages/order-watcher/src/types.ts +++ b/packages/order-watcher/src/types.ts @@ -1,4 +1,4 @@ -import { BlockParamLiteral, LogEntryEvent, OrderState } from '@0xproject/types'; +import { LogEntryEvent, OrderState } from '@0xproject/types'; export enum OrderWatcherError { SubscriptionAlreadyPresent = 'SUBSCRIPTION_ALREADY_PRESENT', -- cgit v1.2.3