commit | 2275a4184ee68bbe0887b547374fe3ddbc426040 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Apr 13 18:13:32 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 21 08:50:35 2023 +0200 |
tree | a0c6f0f071d4702fa691d3d0f0fdb86e16a60ccf | |
parent | e0fff9aaf9796d25fbebd40a5e1b186992c1068d [diff] |
test: fix pylint warning for capsule tests Fix pylint warnings like: * Class inherits from object * Missing module description * Missing class description * First line of comment blank * Superfluous imports Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>