fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_otn_sh_renderer.py
index be4c5e7a71d851fef07bdd8b552f9bb78244c973..26054626b8946035c19101c71bd9efa4ba35b846 100644 (file)
@@ -29,6 +29,7 @@ class TransportPCEtesting(unittest.TestCase):
 
     @classmethod
     def tearDownClass(cls):
+        # pylint: disable=not-an-iterable
         for process in cls.processes:
             test_utils.shutdown_process(process)
         print("all processes killed")