mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 06:06:40 +00:00
Remote interfaces don't interact well with mypy.
This commit is contained in:
parent
8493b42024
commit
257aa289cd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user