chore(multicall): lint error

This commit is contained in:
Moody Salem 2020-05-29 13:25:55 -04:00
parent 5e486fca7f
commit 8a6a10be9d
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -4,7 +4,6 @@ import { Contract } from '@ethersproject/contracts'
import { useEffect, useMemo } from 'react'
import { useDispatch, useSelector } from 'react-redux'
import { useActiveWeb3React } from '../../hooks'
import useDebounce from '../../hooks/useDebounce'
import { useBlockNumber } from '../application/hooks'
import { AppDispatch, AppState } from '../index'
import { addMulticallListeners, Call, removeMulticallListeners, parseCallKey, toCallKey } from './actions'