Skip to content

Commit

Permalink
Update tango/step_caches/remote_step_cache.py
Browse files Browse the repository at this point in the history
Co-authored-by: Akshita Bhagia <[email protected]>
  • Loading branch information
pranjali97 and AkshitaB authored Sep 14, 2023
1 parent 9be5ff8 commit b5a65d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tango/step_caches/remote_step_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,3 @@ def __setitem__(self, step: Step, value: Any) -> None:

# Finally, add to in-memory caches.
self._add_to_cache(step.unique_id, value)

def __delitem__(self, step: Union[Step, StepInfo]) -> None:
super().__delitem__(step)

0 comments on commit b5a65d6

Please sign in to comment.