Fix more pylint warnings
[transportpce.git] / tests / transportpce_tests / hybrid / test01_device_change_notifications.py
index b34204ba5a9f521a2ebcca7268068710f44b8d96..9ab4ae2d5efedd27f441a8efed9ad2e78100575c 100644 (file)
@@ -136,6 +136,7 @@ class TransportPCEFulltesting(unittest.TestCase):
         time.sleep(10)
 
     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):