OSDN Git Service

scripts/qemu-ga-client: apply (most) flake8 rules
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:23 +0000 (11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commite75f516ac131dbc3c82ac52ef527680c4745add3
tree6563f6d7e8f49d11ef2150431e98158fec85047f
parent9510e4fb6967c39871b149676e09bb7ee875bc18
scripts/qemu-ga-client: apply (most) flake8 rules

- Line length should be < 80
- You shouldn't perform unscoped imports except at the top of the module

Notably, the sys.path hack creates problems with the import rule. This
will be fixed later.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qemu-ga-client