No longer inheriting from object and added proper use of super().

This commit is contained in:
Lex Berezhny 2018-07-21 18:34:59 -04:00 committed by Jack Robison
parent 607677f98f
commit 4ece422f48
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
75 changed files with 186 additions and 191 deletions
lbrynet/blob

View file

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