From 3fcced5dcc4529f700d82fc3d3a175bcb42841b0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 6 Dec 2021 16:14:48 -0500 Subject: [PATCH] black --- src/_zkapauthorizer/_storage_server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_zkapauthorizer/_storage_server.py b/src/_zkapauthorizer/_storage_server.py index 4be0a04..c107525 100644 --- a/src/_zkapauthorizer/_storage_server.py +++ b/src/_zkapauthorizer/_storage_server.py @@ -250,7 +250,6 @@ class ZKAPAuthorizerStorageServer(Referenceable): self._signing_key, ) - # Note: The *allocate_buckets* protocol allows for some shares to # already exist on the server. When this is the case, the cost of the # operation is based only on the shares which are really allocated -- GitLab