mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
qapi: remove _JSONObject
We can remove this alias as it only has two usages now, and no longer pays for the confusion of "yet another type". Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20230215000011.1725012-6-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
420110591c
commit
67a81f9fb7
2 changed files with 5 additions and 13 deletions
|
@ -42,9 +42,8 @@ if TYPE_CHECKING:
|
|||
_ExprValue = Union[List[object], Dict[str, object], str, bool]
|
||||
|
||||
|
||||
# FIXME: Consolidate and centralize definitions for _ExprValue,
|
||||
# JSONValue, and _JSONObject; currently scattered across several
|
||||
# modules.
|
||||
# FIXME: Consolidate and centralize definitions for _ExprValue and
|
||||
# JSONValue; currently scattered across several modules.
|
||||
|
||||
|
||||
class QAPIExpression(Dict[str, object]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue