From df67c60ff22793cdd4d2dfc20e9ea49da98106a3 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 18 Jun 2015 23:55:23 +0100 Subject: [PATCH] flake8 be happy --- tqdm/_tqdm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tqdm/_tqdm.py b/tqdm/_tqdm.py index ac5a6fd9..42c9d84d 100644 --- a/tqdm/_tqdm.py +++ b/tqdm/_tqdm.py @@ -122,7 +122,8 @@ class StatusPrinter(object): def tqdm(iterable, desc=None, total=None, leave=False, file=sys.stderr, - ncols=None, mininterval=0.1, miniters=None, ascii=None, disable=False): + ncols=None, mininterval=0.1, miniters=None, + ascii=None, disable=False): """ Decorate an iterable object, returning an iterator which acts exactly like the orignal iterable, but prints a dynamically updating