fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_topoPortMapping.py
index d74b42d1982ba5319c8dbf50ede8a9bb4eb9caef..66c0c23d328fb0c271dd87877a6942e735e8472b 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")