summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
authorAllison Henderson <achender@kernel.org>2026-05-04 08:41:36 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-06 05:19:53 +0300
commit5bdd59f906338780a0c977aae3f427937f6b7ec8 (patch)
tree03d7c66df172dd0297a2d3d103dd277fc22df560 /scripts/cleanpatch
parent4781c8b037a898cf3ebdf93787b0451a734ad76b (diff)
downloadlinux-5bdd59f906338780a0c977aae3f427937f6b7ec8.tar.xz
selftests: rds: Fix more pylint errors
This patch fixes a few pylint errors in test.py. Remove unused exception variables from except blocks, and disable warnings for imports that cannot appear at the start of the module. Also disable warnings for the tcpdump processes. The suggestion to use a with block does not apply here since the process needs to outlive the parent to collect the dumps. Lastly add the module docstring at the top of the module. Signed-off-by: Allison Henderson <achender@kernel.org> Link: https://patch.msgid.link/20260504054143.4027538-4-achender@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions