Actually we do need it.

This commit is contained in:
Itamar Turner-Trauring 2022-07-22 11:57:32 -04:00
parent 83f9c0788b
commit 94e0568653

View File

@ -552,6 +552,12 @@ class BucketReader(object):
self.shnum,
reason)
def get_length(self):
"""
Return the length of the data in the share.
"""
return self._share_file.get_length()
@implementer(RIBucketReader)
class FoolscapBucketReader(Referenceable): # type: ignore # warner/foolscap#78