qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/20] python/qemu: use isort to lay out imports


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/20] python/qemu: use isort to lay out imports
Date: Wed, 7 Oct 2020 06:53:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 10/7/20 1:57 AM, John Snow wrote:
> Borrowed from the QAPI cleanup series, use the same configuration to
> standardize the way we write and sort imports.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  python/qemu/.isort.cfg        |  7 +++++++
>  python/qemu/accel.py          |  1 +
>  python/qemu/console_socket.py |  2 +-
>  python/qemu/machine.py        |  8 ++++----
>  python/qemu/qmp.py            | 10 +++++-----
>  python/qemu/qtest.py          |  2 +-
>  6 files changed, 19 insertions(+), 11 deletions(-)
>  create mode 100644 python/qemu/.isort.cfg

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]