codebase: Remove multiple whitespaces after comma.

This commit is contained in:
derAnfaenger
2017-10-18 11:11:25 +02:00
committed by Tim Abbott
parent cc8cc8d9ae
commit cfadb43b93
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ def export_from_config(response, config, seed_object=None, context=None):
rows = list(query)
elif config.id_source:
# In this mode, we are the figurative Blog, and we now
# In this mode, we are the figurative Blog, and we now
# need to look at the current response to get all the
# blog ids from the Article rows we fetched previously.
model = config.model