mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-24 10:55:00 +00:00
Suppress typing error in DummyStorageClient
This commit is contained in:
parent
3653d7ed16
commit
2514196b27
@ -116,7 +116,7 @@ class DummyStorageServer(object): # type: ignore # warner/foolscap#78
|
||||
|
||||
@implementer(IStorageServer)
|
||||
@attr.s
|
||||
class DummyStorageClient(object):
|
||||
class DummyStorageClient(object): # type: ignore # incomplete implementation
|
||||
get_rref = attr.ib()
|
||||
configuration = attr.ib()
|
||||
announcement = attr.ib()
|
||||
|
Loading…
x
Reference in New Issue
Block a user