On Wed, Oct 29, 2025 at 08:53:42AM +0100, Thomas Huth wrote: > Date: Wed, 29 Oct 2025 08:53:42 +0100 > From: Thomas Huth <[email protected]> > Subject: [PATCH] tests/functional/x86_64/test_virtio_balloon: Fix cosmetic > issues from pylint > > From: Thomas Huth <[email protected]> > > Pylint complains about some style issues in this file: Unused variables > should be marked with an underscore, "when > then and when < now" > can be simplified to "now > when > then" and expectData doesn't conform > to the usual snake_case naming style. > > Signed-off-by: Thomas Huth <[email protected]> > --- > tests/functional/x86_64/test_virtio_balloon.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
LGTM, Reviewed-by: Zhao Liu <[email protected]>
