From 5c0980f2f8e6cada57c081a98c9c650ca2af46c0 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:22:45 +0000 Subject: [PATCH] fix: missing import --- eth_portfolio/_ledgers/address.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/_ledgers/address.py b/eth_portfolio/_ledgers/address.py index 16b5c214..832e136b 100644 --- a/eth_portfolio/_ledgers/address.py +++ b/eth_portfolio/_ledgers/address.py @@ -499,7 +499,7 @@ async def __worker_fn( address: ChecksumAddress, load_prices: bool, queue_get: Callable[[], Nonce], - put_ready: Callable[[Nonce, Optional[structs.Transaction]], None], + put_ready: Callable[[Nonce, Optional[Transaction]], None], ) -> NoReturn: try: while True: