]> git.proxmox.com Git - mirror_qemu.git/commit
tests/lcitool: fix up indentation to correct style
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 27 May 2022 15:35:35 +0000 (16:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jun 2022 12:08:09 +0000 (13:08 +0100)
commit06885cf93556adc3fd67aad0c279a0deb400bb7d
tree85e0aa583ec2eaa6026da8bee3a34cd1fd16fa44
parent85b141ea6ae448b718d438d9cf0009d73116f8d1
tests/lcitool: fix up indentation to correct style

3 space indentation snuck into the initial commit. Clean it up before
we let it get established. I've also:

  - removed unused os import
  - added double lines between functions
  - added some comments and grouped and sorted the generation stanzas

My lint tool is also recommending using f-strings but that requires
python 3.6.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220527153603.887929-6-alex.bennee@linaro.org>
tests/lcitool/refresh