diff --git a/deployability/modules/testing/tests/helpers/utils.py b/deployability/modules/testing/tests/helpers/utils.py index b1bbccadb0..3a78cfb739 100644 --- a/deployability/modules/testing/tests/helpers/utils.py +++ b/deployability/modules/testing/tests/helpers/utils.py @@ -125,4 +125,4 @@ def check_inventory_connection(inventory_path, attempts=10, sleep=30) -> bool: time.sleep(sleep) logger.error(f'Connection attempts failed after {attempts} tries. Connection timeout in {os_name}') - return False \ No newline at end of file + return False