diff options
| author | John Snow <jsnow@redhat.com> | 2023-10-04 19:05:32 -0400 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2023-10-19 07:02:29 +0200 |
| commit | a6c5d159ce8e2f8e4cf5a0cd58de12167dd72311 (patch) | |
| tree | 837c768eaf6b705e1b7662c30ee98578b39497a7 /scripts/qapi/gen.py | |
| parent | deaca3fd30d3a8829160f8d3705d65ad83176800 (diff) | |
| download | focaccia-qemu-a6c5d159ce8e2f8e4cf5a0cd58de12167dd72311.tar.gz focaccia-qemu-a6c5d159ce8e2f8e4cf5a0cd58de12167dd72311.zip | |
qapi: re-establish linting baseline
Some very minor housekeeping to make the linters happy once more. Signed-off-by: John Snow <jsnow@redhat.com> Message-ID: <20231004230532.3002201-4-jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts/qapi/gen.py')
| -rw-r--r-- | scripts/qapi/gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qapi/gen.py b/scripts/qapi/gen.py index bf5716b5f3..5412716617 100644 --- a/scripts/qapi/gen.py +++ b/scripts/qapi/gen.py @@ -13,8 +13,8 @@ from contextlib import contextmanager import os -import sys import re +import sys from typing import ( Dict, Iterator, |