mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
lint: Clean up E123 PEP-8 rule.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user