mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-12 05:55:35 +00:00
Suppress error on SpyHandler interface.
This commit is contained in:
parent
854c22e1ca
commit
6522221166
@ -570,7 +570,7 @@ class SpyEndpoint(object):
|
|||||||
return d
|
return d
|
||||||
|
|
||||||
|
|
||||||
@implementer(IConnectionHintHandler)
|
@implementer(IConnectionHintHandler) # type: ignore # warner/foolscap#78
|
||||||
@attr.s
|
@attr.s
|
||||||
class SpyHandler(object):
|
class SpyHandler(object):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user