On Thu, Feb 11, 2021 at 01:58:49PM -0500, John Snow wrote: > isort 5.0.0 through 5.0.4 has a bug that causes it to misinterpret > certain "from ..." clauses that are not related to imports. > > Require 5.0.5 or greater. > > isort can be run with 'isort -c qemu' from the python root. > > Signed-off-by: John Snow > Reviewed-by: Philippe Mathieu-Daudé > --- > python/Pipfile | 1 + > python/Pipfile.lock | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa