pep8: don't surround '=' with spaces for keyword args

This commit is contained in:
Nils Philippsen
2017-04-21 12:34:49 +02:00
parent 297d72c1e1
commit ec2be36d6e
13 changed files with 34 additions and 34 deletions

View File

@@ -613,8 +613,8 @@ def merge_included_mmd(mmd, included_mmd):
else:
mmd.xmd['mbs']['rpms'].update(included_mmd.xmd['mbs']['rpms'])
def record_component_builds(mmd, module, initial_batch = 1,
previous_buildorder = None, main_mmd = None):
def record_component_builds(mmd, module, initial_batch=1,
previous_buildorder=None, main_mmd=None):
import koji # Placed here to avoid py2/py3 conflicts...
# Format the modulemd by putting in defaults and replacing streams that