Remove unused import

This commit is contained in:
Leonid Logvinov
2018-09-21 11:47:30 +02:00
parent 5b6c91bb3f
commit 3167bfde1a

View File

@@ -1,5 +1,4 @@
import { AbiDefinition, AbiType, ContractAbi, DataItem, MethodAbi } from 'ethereum-types';
import * as ethers from 'ethers';
import * as _ from 'lodash';
import { BigNumber } from './configured_bignumber';