diff --git a/eth_portfolio/portfolio.py b/eth_portfolio/portfolio.py index 68b572e9..055530a6 100644 --- a/eth_portfolio/portfolio.py +++ b/eth_portfolio/portfolio.py @@ -2,7 +2,6 @@ import asyncio import logging from functools import cached_property, wraps -from types import MethodType from typing import Any, Dict, Iterable, Iterator, List, Tuple import a_sync