New Flake8 fixes

This commit is contained in:
Erik Johnston 2016-11-15 11:22:29 +00:00
parent 9355a5c42b
commit f9d156d270
2 changed files with 3 additions and 0 deletions

View file

@ -54,6 +54,7 @@ def encode_json(json_object):
else:
return json.dumps(json_object, ensure_ascii=False)
# These values are used in the `enqueus_event` and `_do_fetch` methods to
# control how we batch/bulk fetch events from the database.
# The values are plucked out of thing air to make initial sync run faster