From d700163aecda5ff23b772c561b5f9a1992b45f82 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 15 Nov 2022 14:14:29 -0500 Subject: [PATCH] Remove no-longer-relevant comment. --- src/allmydata/storage/http_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/storage/http_client.py b/src/allmydata/storage/http_client.py index f0b45742c..cc26d4b37 100644 --- a/src/allmydata/storage/http_client.py +++ b/src/allmydata/storage/http_client.py @@ -312,8 +312,6 @@ class StorageClient(object): ) -> StorageClient: """ Create a ``StorageClient`` for the given NURL. - - ``persistent`` indicates whether to use persistent HTTP connections. """ assert nurl.fragment == "v=1" assert nurl.scheme == "pb"