mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-24 10:55:00 +00:00
Ignore type checks on Referenceable objects. Ref warner/foolscap#78.
This commit is contained in:
parent
1768377aec
commit
3653d7ed16
@ -107,7 +107,7 @@ class GetCounter(Resource, object):
|
|||||||
|
|
||||||
@implementer(RIDummy)
|
@implementer(RIDummy)
|
||||||
@attr.s(frozen=True)
|
@attr.s(frozen=True)
|
||||||
class DummyStorageServer(object):
|
class DummyStorageServer(object): # type: ignore # warner/foolscap#78
|
||||||
get_anonymous_storage_server = attr.ib()
|
get_anonymous_storage_server = attr.ib()
|
||||||
|
|
||||||
def remote_just_some_method(self):
|
def remote_just_some_method(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user