From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> PEP8 reports issues with blank lines, both at the start and end of the module. Fix them. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> --- tests/kmstest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kmstest.py b/tests/kmstest.py index 5938dc4a4da2..e8e3c3a0305b 100755 --- a/tests/kmstest.py +++ b/tests/kmstest.py @@ -8,6 +8,7 @@ import selectors import sys import time + class Timer(object): def __init__(self, timeout, callback): self.timeout = time.clock_gettime(time.CLOCK_MONOTONIC) + timeout @@ -327,4 +328,3 @@ class KMSTest(object): sys.stdout.write("\rTesting %s: SUCCESS\n" % self.test_name) sys.stdout.flush() return self.success - -- 2.7.4