diff options
author | Markus Armbruster | 2020-03-04 16:59:32 +0100 |
---|---|---|
committer | Markus Armbruster | 2020-03-05 09:24:11 +0100 |
commit | 8ec0e1a4e68781f1e512af47fd6ab46ec76326e8 (patch) | |
tree | 4d41ab70f82f04c28689e62b26ff0d0763b16bb8 /scripts/qapi/introspect.py | |
parent | qapi: Use super() now we have Python 3 (diff) | |
download | qemu-8ec0e1a4e68781f1e512af47fd6ab46ec76326e8.tar.gz qemu-8ec0e1a4e68781f1e512af47fd6ab46ec76326e8.tar.xz qemu-8ec0e1a4e68781f1e512af47fd6ab46ec76326e8.zip |
qapi: Brush off some (py)lint
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200304155932.20452-5-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'scripts/qapi/introspect.py')
-rw-r--r-- | scripts/qapi/introspect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/qapi/introspect.py b/scripts/qapi/introspect.py index 0cc655fd9f..b5537eddc0 100644 --- a/scripts/qapi/introspect.py +++ b/scripts/qapi/introspect.py @@ -10,8 +10,6 @@ This work is licensed under the terms of the GNU GPL, version 2. See the COPYING file in the top-level directory. """ -import string - from qapi.common import * from qapi.gen import QAPISchemaMonolithicCVisitor from qapi.schema import (QAPISchemaArrayType, QAPISchemaBuiltinType, |