remove todo that was already done
This commit is contained in:
parent
24c0f2c6a9
commit
6487d9d0e8
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ class MapHistory(GeometryIndexed):
|
|||
f.write(struct.pack('<H', len(self.updates)))
|
||||
f.write(struct.pack('<'+'II'*len(self.updates), *chain(*self.updates)))
|
||||
|
||||
# todo: continue
|
||||
@classmethod
|
||||
def open(cls, filename, default_update=None):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue