]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Remove space around = in keyword args
authorRadostin Stoyanov <rstoyanov1@gmail.com>
Tue, 20 Mar 2018 06:48:54 +0000 (06:48 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Mar 2018 12:13:35 +0000 (12:13 +0000)
commit5e870cbda46fd6068a2a784ba58a334e3992d33d
tree466ebdde2f00254a709ec1a889a3c4f5337077d2
parente390bb1571d7add0440bfb92cc29beb8159d4695
python: Remove space around = in keyword args

PEP8 recommends not having spaces around = in a keyword argument or
a default parameter value.

https://www.python.org/dev/peps/pep-0008/#other-recommendations

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
docs/apibuild.py
docs/index.py
src/esx/esx_vi_generator.py
tests/cputestdata/cpu-cpuid.py
tests/cputestdata/cpu-reformat.py