fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_renderer_service_path_nominal.py
index 3f7ff41e0701c32bfe73aa6f88e67d4c19115e25..24b24230dcc9e937b912e1dadf26d0ce85cfd678 100644 (file)
@@ -29,6 +29,7 @@ class TransportPCERendererTesting(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")