test: fix pylint error in u_boot_console_sandbox.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 22 Nov 2021 23:01:48 +0000 (00:01 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Nov 2021 21:02:37 +0000 (22:02 +0100)
* provide module docstring

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_sandbox.py

index 836f5a9..7e1eb0e 100644 (file)
@@ -2,7 +2,9 @@
 # Copyright (c) 2015 Stephen Warren
 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
 
-# Logic to interact with the sandbox port of U-Boot, running as a sub-process.
+"""
+Logic to interact with the sandbox port of U-Boot, running as a sub-process.
+"""
 
 import time
 from u_boot_spawn import Spawn