Re: [PATCH 04/15] scripts/qom-fuse: apply isort rules

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/21/20 8:51 PM, John Snow wrote: Hint: you can use symlinks to create qom_fuse.py in python/qemu/qmp/ and point to scripts/qom-fuse to apply the standard linting rules to this script. Signed-off-by: John Snow --- scripts/qmp/qom-fuse | 12 +--- 1 file changed, 9 insertions(+), 3

[PATCH 04/15] scripts/qom-fuse: apply isort rules

2020-10-21 Thread John Snow
Hint: you can use symlinks to create qom_fuse.py in python/qemu/qmp/ and point to scripts/qom-fuse to apply the standard linting rules to this script. Signed-off-by: John Snow --- scripts/qmp/qom-fuse | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/qmp/qo