diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 5483818be..2f36129ab 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -6,7 +6,6 @@ from operator import itemgetter from contextlib import asynccontextmanager from functools import partial from typing import Dict, Optional, Tuple -import typing import aiohttp from lbry import __version__