fix python black lint requirements

This commit is contained in:
chris meyers
2021-10-12 17:09:30 -04:00
parent 74af187568
commit 64811d0b6b

View File

@@ -432,9 +432,9 @@ def cleanup_images_and_files():
@task(queue=get_local_queuename) @task(queue=get_local_queuename)
def cluster_node_health_check(node): 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 Used for the health check endpoint, refreshes the status of the instance, but must be ran on target node
''' """
if node == '': if node == '':
logger.warn('Local health check incorrectly called with blank string') logger.warn('Local health check incorrectly called with blank string')
return return