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 """