feat: unregister key
feat: _repr_
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import collections
|
||||
from replication import ReplicatedDatablock
|
||||
|
||||
class ReplicationGraph(collections.MutableMapping):
|
||||
"""
|
||||
@ -25,4 +26,5 @@ class ReplicationGraph(collections.MutableMapping):
|
||||
return len(self.store)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user