Ignore type checks on Referenceable objects. Ref warner/foolscap#78.

This commit is contained in:
Jason R. Coombs 2020-11-29 16:05:09 -05:00
parent 1768377aec
commit 3653d7ed16

View File

@ -107,7 +107,7 @@ class GetCounter(Resource, object):
@implementer(RIDummy)
@attr.s(frozen=True)
class DummyStorageServer(object):
class DummyStorageServer(object): # type: ignore # warner/foolscap#78
get_anonymous_storage_server = attr.ib()
def remote_just_some_method(self):