feat: unregister key

feat: _repr_
This commit is contained in:
Swann
2019-07-23 11:34:43 +02:00
parent 3d04765543
commit 78f051a231
4 changed files with 81 additions and 6 deletions

View File

@ -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)