diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-05-03 07:08:05 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-05-04 09:57:43 +0200 |
commit | bd730aa05baf1a6c5e61dc1f2e38b48f48a06b05 (patch) | |
tree | 1c069da625c8dd09f997ec082d76e74019477651 /test/py/tests/test_efi_secboot/defs.py | |
parent | d1474f5aa0a9c9ed0e06b3a16d0936160ab2f13c (diff) |
test: fix pydoc issues for EFI tests
Fix issues reported by pydocstyle.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'test/py/tests/test_efi_secboot/defs.py')
-rw-r--r-- | test/py/tests/test_efi_secboot/defs.py | 2 |
1 files changed, 2 insertions, 0 deletions
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' |