Skip to content

Commit

Permalink
Update address.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Dec 16, 2024
1 parent 16fd8db commit b000f5a
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 @@ -629,7 +629,7 @@ async def _load_new_objects(
async for internal_transfer in a_sync.as_completed(
tasks, aiter=True, tqdm=True, desc=tqdm_desc
):
if internal_transfer:
if internal_transfer is not None:
append_transfer(internal_transfer)
yield internal_transfer
done += 1
Expand Down

0 comments on commit b000f5a

Please sign in to comment.