Skip to content
Snippets Groups Projects
Commit 6e6d37f7 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon:
Browse files

test: fix pylint error in u_boot_console_sandbox.py


* provide module docstring

Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 9aa1a14d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment