Fix more pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test10_tapi.py
index cbc6e857a967216ac011cc10a7f8525c301aa66f..2faec1bd12b72e816015df463b764c27dee886a1 100644 (file)
@@ -176,6 +176,7 @@ class TransportTapitesting(unittest.TestCase):
     def setUp(self):  # instruction executed before each test method
         if self.init_failed:
             self.fail('Feature installation failed')
+        # pylint: disable=consider-using-f-string
         print("execution of {}".format(self.id().split(".")[-1]))
 
     def test_01_get_tapi_topology_T100G(self):