From 8190eea48924a095bf8c681fc3a7b9960d7ed839 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 4 Oct 2022 11:02:36 -0400 Subject: [PATCH] Fix bug introduced in previous commit. --- src/allmydata/storage_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/storage_client.py b/src/allmydata/storage_client.py index 3b08f0b25..6d59b4f7d 100644 --- a/src/allmydata/storage_client.py +++ b/src/allmydata/storage_client.py @@ -1203,6 +1203,7 @@ class _FakeRemoteReference(object): raise RemoteException(e.args) +@attr.s class _HTTPBucketWriter(object): """ Emulate a ``RIBucketWriter``, but use HTTP protocol underneath.