Skip to content

Commit

Permalink
Merge pull request tensorflow#3111 from jatin-code777:fix-tqdm-multiple
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 363857199
  • Loading branch information
copybara-github committed Mar 19, 2021
2 parents 0a4369b + 51f31bb commit 96c0a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow_datasets/core/utils/tqdm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def _async_tqdm(*args, **kwargs):
pbar = _TqdmPbarAsync(pbar)
yield pbar
pbar.clear() # pop pbar from the active list of pbar
print() # Avoid the next log to overlapp with the bar


class _TqdmPbarAsync(object):
Expand Down

0 comments on commit 96c0a06

Please sign in to comment.