mirror of https://github.com/tqdm/tqdm.git
'Refactored by Sourcery'
This commit is contained in:
parent
1dcc22d0ba
commit
a1fbe3af6a
|
@ -1165,8 +1165,7 @@ class tqdm(Comparable):
|
|||
# If the bar is disabled, then just walk the iterable
|
||||
# (note: keep this check outside the loop for performance)
|
||||
if self.disable:
|
||||
for obj in iterable:
|
||||
yield obj
|
||||
yield from iterable
|
||||
return
|
||||
|
||||
mininterval = self.mininterval
|
||||
|
|
Loading…
Reference in New Issue