Fix bug introduced in previous commit.

This commit is contained in:
Itamar Turner-Trauring 2022-10-04 11:02:36 -04:00
parent ea1d248611
commit 8190eea489

View File

@ -1203,6 +1203,7 @@ class _FakeRemoteReference(object):
raise RemoteException(e.args)
@attr.s
class _HTTPBucketWriter(object):
"""
Emulate a ``RIBucketWriter``, but use HTTP protocol underneath.