Skip to content

Commit

Permalink
fix: missing import contract_creation_block_async
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 19, 2024
1 parent a4fa9dc commit 9d8a9f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth_portfolio/protocols/lending/maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

from async_lru import alru_cache
from eth_typing import HexStr
from y import Network, get_price
from y import Contract, Network, contract_creation_block_async, get_price
from y._decorators import stuck_coro_debugger
from y.constants import dai
from y.contracts import Contract
from y.datatypes import Address, Block

from eth_portfolio._utils import Decimal
Expand Down

0 comments on commit 9d8a9f9

Please sign in to comment.