John Snow writes:
> This is not a clear win, but I was confused and I couldn't help myself.
>
> Before:
>
> lookup_entity(self, name: str, typ: Optional[type] = None
> ) -> Optional[QAPISchemaEntity]: ...
>
> lookup_type(self, name: str) -> Optional[QAPISchemaType]: ...
>
> resolve_
This is not a clear win, but I was confused and I couldn't help myself.
Before:
lookup_entity(self, name: str, typ: Optional[type] = None
) -> Optional[QAPISchemaEntity]: ...
lookup_type(self, name: str) -> Optional[QAPISchemaType]: ...
resolve_type(self, name: str, info: Optional