mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 08:18:07 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -18,6 +18,7 @@ from awx.main.socket_queue import Socket
|
||||
|
||||
logger = logging.getLogger('awx.main.commands.run_fact_cache_receiver')
|
||||
|
||||
|
||||
class FactCacheReceiver(object):
|
||||
def __init__(self):
|
||||
self.timestamp = None
|
||||
@@ -91,6 +92,7 @@ class FactCacheReceiver(object):
|
||||
else:
|
||||
self.process_fact_message(message)
|
||||
|
||||
|
||||
class Command(NoArgsCommand):
|
||||
'''
|
||||
blah blah
|
||||
|
||||
Reference in New Issue
Block a user