Re: [libvirt] [PATCH 10/22] python: Remove space around = in keyword args

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:28PM +, Radostin Stoyanov wrote: > 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 > > Signed-off-by: Radostin Stoyanov >

[libvirt] [PATCH 10/22] python: Remove space around = in keyword args

2018-03-17 Thread Radostin Stoyanov
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 Signed-off-by: Radostin Stoyanov --- docs/apibuild.py | 24