Remove unused import

This commit is contained in:
Leonid Logvinov 2018-09-21 11:47:30 +02:00
parent 5b6c91bb3f
commit 3167bfde1a
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

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';