fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_renderer_service_path_nominal.py
index adb7a89a168cc6ad74f4724807e8596d62acbd4e..83fb148226e3bfb60a24fdf3cca7d9f2b3cc4898 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")