From 105fa0b947137e943e3248ee8625c541fc2b2fe6 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 10 Apr 2017 13:59:31 -0400 Subject: [PATCH] pylint --- lbrynet/dht/msgtypes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lbrynet/dht/msgtypes.py b/lbrynet/dht/msgtypes.py index cf0b4ef2c..81f9d1a1d 100644 --- a/lbrynet/dht/msgtypes.py +++ b/lbrynet/dht/msgtypes.py @@ -7,10 +7,9 @@ # The docstrings in this module contain epytext markup; API documentation # may be created by processing this file with epydoc: http://epydoc.sf.net -import hashlib -import random from lbrynet.core.utils import generate_id + class Message(object): """ Base class for messages - all "unknown" messages use this class """