OSDN Git Service

avocado_qemu: standardize super() call following PEP3135
authorWillian Rampazzo <willianr@redhat.com>
Mon, 20 Sep 2021 20:49:28 +0000 (17:49 -0300)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 27 Sep 2021 17:06:15 +0000 (19:06 +0200)
commit20bf915418bcd4c2f14ce417764cc9f9c63bafff
treee5a8a78f4a36ee9cabf5853f40985a5a2471b109
parent1f1fcf0c5738296f79723ead75520a957bf7b30b
avocado_qemu: standardize super() call following PEP3135

PEP3135 states when calling super(), there is no need to use arguments.
This changes the calls on avocado_qemu to standardize according to
PEP3135 and avoid warnings from linters.

Signed-off-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210920204932.94132-3-willianr@redhat.com>
tests/acceptance/avocado_qemu/__init__.py