Skip to content

Commit 6737efc

Browse files
committed
remove vestigial None-or-undefined attribute
1 parent 48abba4 commit 6737efc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parsl/dataflow/dflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,6 @@ def load_checkpoints(self, checkpointDirs: Optional[Sequence[str]]) -> Dict[str,
14671467
Returns:
14681468
- dict containing, hashed -> future mappings
14691469
"""
1470-
self.memo_lookup_table = None
1471-
14721470
if checkpointDirs:
14731471
return self._load_checkpoints(checkpointDirs)
14741472
else:

0 commit comments

Comments
 (0)