remove old unfinished attribute

This commit is contained in:
Laura Klünder 2017-11-17 13:58:24 +01:00
parent 408d7e2bd7
commit 988ca66dc3

View file

@ -188,7 +188,6 @@ class MapHistory(GeometryIndexed):
def __init__(self, updates, **kwargs):
super().__init__(**kwargs)
self.updates = updates
self.unfinished = False
@classmethod
def _read_metadata(cls, f, kwargs):