Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 26, 2024
1 parent 672b0ef commit ebf7cdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eth_portfolio/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ async def get_buffered_chain_height() -> int:


class PandableList(List[_T]):
def __init__(self):
super().__init__()

@cached_property
def df(self) -> DataFrame:
return self._df()

def _df(self) -> DataFrame:
"""Override this method if you need to manipulate your dataframe before returning it."""
return DataFrame(self)
Expand Down

0 comments on commit ebf7cdc

Please sign in to comment.