Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Dec 19, 2024
1 parent 6988827 commit 653bc11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions daft/runners/progress_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def close_bar(self, pbar_id: int) -> None:
del self.pbars[pbar_id]

def close(self) -> None:
for p in list(self.pbars.values()):
for p in self.pbars.values():
p.close()
self.pbars.clear()
self.bar_configs.clear()
del p

0 comments on commit 653bc11

Please sign in to comment.