From af4e07075933e54ef12ccae7449bf358a01255ba Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Sat, 6 May 2023 23:18:39 -0400 Subject: [PATCH] black format test_connection.py --- cme/modules/test_connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cme/modules/test_connection.py b/cme/modules/test_connection.py index 0e860080..d0f330e5 100644 --- a/cme/modules/test_connection.py +++ b/cme/modules/test_connection.py @@ -41,4 +41,3 @@ class CMEModule: context.log.success("Pinged successfully") else: context.log.fail("Host unreachable") -