commit | b54477ff8b4f5de286e6ee0d5fd656a4a6eef295 | [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 | 4bccbd32fb21b838fb8a90f935ecf4bdf83e115e [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>