Add more detail and link to upstream issue for Twisted stubs.

This commit is contained in:
Jason R. Coombs 2020-12-26 11:56:13 -05:00
parent 384e3f5220
commit dacdf7f12d

View File

@ -47,8 +47,9 @@ class RIDummy(RemoteInterface):
"""
@implementer(IFoolscapStoragePlugin) # type: ignore # todo: make stubs for twisted
# type ignored due to missing stubs for Twisted
# https://twistedmatrix.com/trac/ticket/9717
@implementer(IFoolscapStoragePlugin) # type: ignore
@attr.s
class DummyStorage(object):
name = attr.ib()