diff --git a/src/allmydata/storage/http_client.py b/src/allmydata/storage/http_client.py index f0570a4d6..b92bc39dc 100644 --- a/src/allmydata/storage/http_client.py +++ b/src/allmydata/storage/http_client.py @@ -434,7 +434,7 @@ class StorageClient(object): # The URL should be a HTTPS URL ("https://...") _base_url: DecodedURL _swissnum: bytes - _treq: Union[treq, StubTreq, HTTPClient] + _treq: HTTPClient _pool: HTTPConnectionPool _clock: IReactorTime # Are we running unit tests?