From ea36e56eceb31818f213d2c4f471d5688602d4c3 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 3 Dec 2018 21:59:38 +0100 Subject: [PATCH] eslint --- src/actions/TxActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/TxActions.js b/src/actions/TxActions.js index ca9d3560..db5a2542 100644 --- a/src/actions/TxActions.js +++ b/src/actions/TxActions.js @@ -12,7 +12,7 @@ import type { PromiseAction, } from 'flowtype'; -import type { EthereumTransaction, RippleTransaction } from 'trezor-connect'; +import type { EthereumTransaction } from 'trezor-connect'; import type { Token } from 'reducers/TokensReducer'; type EthereumTxRequest = {