From 04a2bde8ddf6cb719c861ea2258d2c16bf3edab7 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 17 Oct 2018 11:26:59 -0400 Subject: [PATCH] removed extraneous asyncio import --- lbrynet/daemon/Components.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbrynet/daemon/Components.py b/lbrynet/daemon/Components.py index b8ee10e06..f85bcde66 100644 --- a/lbrynet/daemon/Components.py +++ b/lbrynet/daemon/Components.py @@ -3,7 +3,6 @@ import asyncio import logging import treq import math -import asyncio import binascii from hashlib import sha256 from types import SimpleNamespace