Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hansen committed Mar 8, 2021
1 parent 69c539f commit 1c709df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/notebook.py
Expand Up @@ -237,7 +237,7 @@ def __init__(self, *args, **kwargs):
self.displayed = False
if display_here and self.delay <= 0:
display(self.container)
self.displayed=True
self.displayed = True
self.disp = self.display
self.colour = colour

Expand Down

0 comments on commit 1c709df

Please sign in to comment.