From bd730aa05baf1a6c5e61dc1f2e38b48f48a06b05 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 3 May 2023 07:08:05 +0200 Subject: test: fix pydoc issues for EFI tests Fix issues reported by pydocstyle. Signed-off-by: Heinrich Schuchardt Acked-by: Ilias Apalodimas --- test/py/tests/test_efi_secboot/defs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/py/tests/test_efi_secboot/defs.py') diff --git a/test/py/tests/test_efi_secboot/defs.py b/test/py/tests/test_efi_secboot/defs.py index b7a2a118511..6a2317e295b 100644 --- a/test/py/tests/test_efi_secboot/defs.py +++ b/test/py/tests/test_efi_secboot/defs.py @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ +"""Constants used for secure boot test.""" + # Owner guid GUID = '11111111-2222-3333-4444-123456789abc' -- cgit v1.2.3