Skip to content

Commit

Permalink
Update portfolio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
1 parent 61c31f3 commit 9058751
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eth_portfolio/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,7 @@ def __init__(
elif not isinstance(addresses, Iterable):
raise TypeError(f"`addresses` must be an iterable, not {type(addresses)}")

self.addresses = PortfolioWallets(
self, addresses, start_block, load_prices, num_workers_transactions
)
self.addresses = PortfolioWallets(addresses, start_block, load_prices, num_workers_transactions)
"""
A container for the :class:`~eth_portfolio.Portfolio`'s :class:`~eth_portfolio.address.PortfolioAddress` objects.
Expand Down

0 comments on commit 9058751

Please sign in to comment.