From 257aa289cdd5a7954261a03e93725394afbe8ca0 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 14 Jun 2023 14:04:45 -0400 Subject: [PATCH] Remote interfaces don't interact well with mypy. --- src/allmydata/introducer/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/introducer/client.py b/src/allmydata/introducer/client.py index 07f8a5f7a..a64596f0e 100644 --- a/src/allmydata/introducer/client.py +++ b/src/allmydata/introducer/client.py @@ -35,7 +35,7 @@ class InvalidCacheError(Exception): V2 = b"http://allmydata.org/tahoe/protocols/introducer/v2" -@implementer(RIIntroducerSubscriberClient_v2, IIntroducerClient) +@implementer(RIIntroducerSubscriberClient_v2, IIntroducerClient) # type: ignore[misc] class IntroducerClient(service.Service, Referenceable): def __init__(self, tub, introducer_furl,