No longer inheriting from object and added proper use of super().
This commit is contained in:
parent
607677f98f
commit
4ece422f48
75 changed files with 186 additions and 191 deletions
lbrynet/blob
|
@ -13,7 +13,7 @@ log = logging.getLogger(__name__)
|
|||
MAX_BLOB_SIZE = 2 * 2 ** 20
|
||||
|
||||
|
||||
class BlobFile(object):
|
||||
class BlobFile:
|
||||
"""
|
||||
A chunk of data available on the network which is specified by a hashsum
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue