mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 14:34:05 +00:00
Add more detail and link to upstream issue for Twisted stubs.
This commit is contained in:
parent
384e3f5220
commit
dacdf7f12d
@ -47,8 +47,9 @@ class RIDummy(RemoteInterface):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
# type ignored due to missing stubs for Twisted
|
||||||
@implementer(IFoolscapStoragePlugin) # type: ignore # todo: make stubs for twisted
|
# https://twistedmatrix.com/trac/ticket/9717
|
||||||
|
@implementer(IFoolscapStoragePlugin) # type: ignore
|
||||||
@attr.s
|
@attr.s
|
||||||
class DummyStorage(object):
|
class DummyStorage(object):
|
||||||
name = attr.ib()
|
name = attr.ib()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user