Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Dec 16, 2024
1 parent 327af4a commit 5c0980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/_ledgers/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c0980f

Please sign in to comment.