mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
Ignore error in DummyStorage
This commit is contained in:
parent
b1b3a23415
commit
1768377aec
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user