From: Heinrich Schuchardt Date: Mon, 22 Nov 2021 23:01:49 +0000 (+0100) Subject: test: fix pylint error in u_boot_console_exec_attach.py X-Git-Tag: v2022.01~34^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b5e7108594d4e100c88f44353d1fed6456d6471;p=platform%2Fkernel%2Fu-boot.git test: fix pylint error in u_boot_console_exec_attach.py * provide module docstring Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/test/py/u_boot_console_exec_attach.py b/test/py/u_boot_console_exec_attach.py index 27834b5..8dd8cc1 100644 --- a/test/py/u_boot_console_exec_attach.py +++ b/test/py/u_boot_console_exec_attach.py @@ -2,8 +2,10 @@ # Copyright (c) 2015 Stephen Warren # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. -# Logic to interact with U-Boot running on real hardware, typically via a -# physical serial port. +""" +Logic to interact with U-Boot running on real hardware, typically via a +physical serial port. +""" import sys from u_boot_spawn import Spawn