CI Python Markdown errors fixes

Changes:
    - Fix line spacing

Tested:
    - CI test from gerrit jenkins

Change-Id: I87675375085f509a3c0eb8cd0bfb6762be9bd5e0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/bin/plug_ins/Stop/cp_stop_check b/bin/plug_ins/Stop/cp_stop_check
index 994e2d9..d9d181d 100755
--- a/bin/plug_ins/Stop/cp_stop_check
+++ b/bin/plug_ins/Stop/cp_stop_check
@@ -7,16 +7,14 @@
 import argparse
 import os
 import re
-import subprocess
-import sys
 
-from gen_arg import *
-from gen_call_robot import *
-from gen_cmd import *
-from gen_misc import *
-from gen_plug_in_utils import *
-from gen_print import *
-from gen_valid import *
+from gen_arg import *  # NOQA
+from gen_call_robot import *  # NOQA
+from gen_cmd import *  # NOQA
+from gen_misc import *  # NOQA
+from gen_plug_in_utils import *  # NOQA
+from gen_print import *  # NOQA
+from gen_valid import *  # NOQA
 
 # Set exit_on_error for gen_valid functions.
 set_exit_on_error(True)
@@ -272,8 +270,7 @@
         if hardware_error_found:
             print_timen(
                 "The caller wishes to stop test execution when the"
-                " Verify_hardware plug-in detects a"
-                + " hardware error."
+                " Verify_hardware plug-in detects a hardware error."
             )
             stop_check()