Ignore error in DummyStorage

This commit is contained in:
Jason R. Coombs 2020-11-29 16:04:56 -05:00
parent b1b3a23415
commit 1768377aec

View File

@ -48,7 +48,7 @@ class RIDummy(RemoteInterface):
@implementer(IFoolscapStoragePlugin)
@implementer(IFoolscapStoragePlugin) # type: ignore # todo: make stubs for twisted
@attr.s
class DummyStorage(object):
name = attr.ib()