lint: Clean up E123 PEP-8 rule.

This commit is contained in:
Tim Abbott
2017-01-23 21:34:26 -08:00
parent 9cc83f87fc
commit d6e38e2a5c
44 changed files with 101 additions and 109 deletions

View File

@@ -267,7 +267,7 @@ class ErrorReporter(QueueProcessingWorker):
method='POST',
url='deployments/report_error',
make_request=(lambda type, report: {'type': type, 'report': simplejson.dumps(report)}),
)
)
QueueProcessingWorker.start(self)
def consume(self, event):