Put 'kwargs' on its own line according to the common pattern

This commit is contained in:
Bo Maryniuk 2016-01-26 10:03:02 +01:00
parent ee9b3f859b
commit a7141be651

View file

@ -597,7 +597,8 @@ def install(name=None,
pkgs=None,
sources=None,
downloadonly=None,
version=None, **kwargs):
version=None,
**kwargs):
'''
Install the passed package(s), add refresh=True to run 'zypper refresh'
before package is installed.