From ef8d1f1b15858ed0b86fb92e03d1c3797c6c1e1f Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Thu, 5 Oct 2017 18:42:09 -0300 Subject: support/testing: fix code style Fix the trivial warnings from flake8: - remove modules imported but unused; - use 2 lines before class or module level method; - remove blank line at end of file. Signed-off-by: Ricardo Martincoski Acked-by: "Yann E. MORIN" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/testing/infra/builder.py | 1 + 1 file changed, 1 insertion(+) (limited to 'support/testing/infra/builder.py') diff --git a/support/testing/infra/builder.py b/support/testing/infra/builder.py index ef66b86113..7512339ae1 100644 --- a/support/testing/infra/builder.py +++ b/support/testing/infra/builder.py @@ -4,6 +4,7 @@ import subprocess import infra + class Builder(object): def __init__(self, config, builddir, logtofile): self.config = '\n'.join([line.lstrip() for line in -- cgit v1.2.3