Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Jun 18, 2021
1 parent 314bf12 commit c079a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staking_rewards/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from grpc import insecure_channel, RpcError, StatusCode
from tenacity import retry, Retrying
from tenacity.before_sleep import before_sleep_log
from typing import Set, Dict, Tuple, Callable
from typing import Set, Dict, Tuple
from web3 import Web3
from web3.contract import Contract, ContractFunction
from web3.exceptions import ContractLogicError
Expand Down

0 comments on commit c079a67

Please sign in to comment.