From 9d8a9f92e3d961156f559890a71204b0c1104781 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:00:08 -0400 Subject: [PATCH] fix: missing import contract_creation_block_async --- eth_portfolio/protocols/lending/maker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eth_portfolio/protocols/lending/maker.py b/eth_portfolio/protocols/lending/maker.py index f0048ee8..fc1ae3a0 100644 --- a/eth_portfolio/protocols/lending/maker.py +++ b/eth_portfolio/protocols/lending/maker.py @@ -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