Fix linter

This commit is contained in:
Fabio Berger
2018-07-17 13:29:36 +02:00
parent 59fd5c69c0
commit f56a7d0cb2

View File

@@ -1,4 +1,4 @@
import { BlockParamLiteral, LogEntryEvent, OrderState } from '@0xproject/types';
import { LogEntryEvent, OrderState } from '@0xproject/types';
export enum OrderWatcherError {
SubscriptionAlreadyPresent = 'SUBSCRIPTION_ALREADY_PRESENT',