lint: Fix E127 pep8 violations.

Fix pep8: E127 continuation line over-indented for visual indent
style issue.
This commit is contained in:
Rafid Aslam 2016-11-30 20:17:35 +07:00 committed by Tim Abbott
parent bc9bb4287d
commit fad4fbc733
5 changed files with 28 additions and 28 deletions

View file

@ -209,9 +209,9 @@ def process_new_events():
# In task queries, Asana only exposes IDs for projects and users, so we need
# to look up the mappings.
projects = dict((elt["id"], elt["name"]) for elt in \
fetch_from_asana("/projects")["data"])
fetch_from_asana("/projects")["data"])
users = dict((elt["id"], elt["name"]) for elt in \
fetch_from_asana("/users")["data"])
fetch_from_asana("/users")["data"])
cutoff = since()
max_timestamp_processed = cutoff