Fix more pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test04_otn_topology.py
index 5e9b3b85802177a2312be8aa485c03ff7a5eefc1..41b1f65b045ee05e4a54b79ab4afd9e7e87b6358 100644 (file)
@@ -185,6 +185,7 @@ class TransportPCEtesting(unittest.TestCase):
                     tpId = res['network'][0]['node'][i]['ietf-network-topology:termination-point'][j]['tp-id']
                     if tpType == 'XPONDER-CLIENT':
                         client += 1
+                        # pylint: disable=consider-using-f-string
                         print("tpId = {}".format(tpId))
                         print("tp= {}".format(res['network'][0]['node'][i]
                               ['ietf-network-topology:termination-point'][j]))