diff options
author | John Snow <jsnow@redhat.com> | 2023-02-14 19:00:08 -0500 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-23 13:01:14 +0100 |
commit | c60caf8086247afbfbf0673993d809d348238ef6 (patch) | |
tree | aa73ac61c28514f8fb721ab11ee83b6fcf5f804a /qemu-options.hx | |
parent | 885ecdbec9da62ede8019fc74f9154215e410aee (diff) | |
download | qemu-c60caf8086247afbfbf0673993d809d348238ef6.zip qemu-c60caf8086247afbfbf0673993d809d348238ef6.tar.gz qemu-c60caf8086247afbfbf0673993d809d348238ef6.tar.bz2 |
qapi: Add minor typing workaround for 3.6
Pylint under 3.6 does not believe that Collection is subscriptable at
runtime. It is, making this a Pylint
bug. https://github.com/PyCQA/pylint/issues/2377
They closed it as fixed, but that doesn't seem to be true as of Pylint
2.13.9, the latest version you can install under Python 3.6. 2.13.9 was
released 2022-05-13, about seven months after the bug was closed.
The least-annoying fix here is to just use the concret type.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20230215000011.1725012-4-jsnow@redhat.com>
[Dumbed down from Sequence[str] to List[str], commit message adjusted]
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qemu-options.hx')
0 files changed, 0 insertions, 0 deletions