mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
fix python black lint requirements
This commit is contained in:
parent
74af187568
commit
64811d0b6b
@ -432,9 +432,9 @@ def cleanup_images_and_files():
|
||||
|
||||
@task(queue=get_local_queuename)
|
||||
def cluster_node_health_check(node):
|
||||
'''
|
||||
"""
|
||||
Used for the health check endpoint, refreshes the status of the instance, but must be ran on target node
|
||||
'''
|
||||
"""
|
||||
if node == '':
|
||||
logger.warn('Local health check incorrectly called with blank string')
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user