From 6021cfbe167ac97d95f5e0f726536ab56dda09a7 Mon Sep 17 00:00:00 2001 From: Helge Date: Fri, 18 Jan 2019 12:49:37 +0100 Subject: [PATCH] Reverted PEP8 edits --- cate/ops/animate.py | 1 - cate/util/process.py | 4 ++-- cate/util/web/webapi.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cate/ops/animate.py b/cate/ops/animate.py index 70e579b0d..edfd56c39 100644 --- a/cate/ops/animate.py +++ b/cate/ops/animate.py @@ -47,7 +47,6 @@ import os -# import matplotlib # noinspection PyBroadException # try: # import matplotlib diff --git a/cate/util/process.py b/cate/util/process.py index d5eb505b8..6e25ab275 100644 --- a/cate/util/process.py +++ b/cate/util/process.py @@ -148,11 +148,11 @@ class ProcessOutputMonitor: :param started: Either a callable that receives a text line and returns a tuple (label, total_work) or a regex that must match in order to signal the start of progress monitoring. The regex must provide the group names "label" or "total_work" or both, - e.g. r"(?P