mirror of
https://github.com/ansible/awx.git
synced 2026-07-28 16:39:56 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -17,8 +17,8 @@ from awx.main.models import * # noqa
|
||||
|
||||
logger = logging.getLogger('awx.main.commands.run_callback_receiver')
|
||||
|
||||
class CallbackBrokerWorker(ConsumerMixin):
|
||||
|
||||
class CallbackBrokerWorker(ConsumerMixin):
|
||||
def __init__(self, connection):
|
||||
self.connection = connection
|
||||
|
||||
@@ -51,6 +51,7 @@ class CallbackBrokerWorker(ConsumerMixin):
|
||||
logger.error('Callback Task Processor Raised Exception: %r', exc)
|
||||
message.ack()
|
||||
|
||||
|
||||
class Command(NoArgsCommand):
|
||||
'''
|
||||
Save Job Callback receiver (see awx.plugins.callbacks.job_event_callback)
|
||||
|
||||
Reference in New Issue
Block a user