Fix more pylint warnings
[transportpce.git] / tests / transportpce_tests / with_docker / test02_nbinotifications.py
index 2d7edd617f4e735f6073c07a15be978dd7a42154..a5be915c28da2e667c69eeb4c3bb0c485bc0e9f3 100644 (file)
@@ -152,6 +152,7 @@ class TransportNbiNotificationstesting(unittest.TestCase):
         print("all processes killed")
 
     def setUp(self):  # instruction executed before each test method
+        # pylint: disable=consider-using-f-string
         print("execution of {}".format(self.id().split(".")[-1]))
 
     def test_01_connect_xpdrA(self):