diff options
Diffstat (limited to 'packages/order-watcher/src')
-rw-r--r-- | packages/order-watcher/src/types.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/order-watcher/src/types.ts b/packages/order-watcher/src/types.ts index b6a1115bd..f5b189c5a 100644 --- a/packages/order-watcher/src/types.ts +++ b/packages/order-watcher/src/types.ts @@ -1,9 +1,4 @@ - -import { - BlockParamLiteral, - LogEntryEvent, - OrderState, -} from '@0xproject/types'; +import { BlockParamLiteral, LogEntryEvent, OrderState } from '@0xproject/types'; export enum OrderWatcherError { SubscriptionAlreadyPresent = 'SUBSCRIPTION_ALREADY_PRESENT', |