Final f-string conversions that flynt did not catch. Tested: integration test before and after are clean

This commit is contained in:
Pim van Pelt
2022-04-22 11:48:08 +00:00
parent e13694a566
commit b375ddb433
2 changed files with 10 additions and 11 deletions

View File

@ -135,7 +135,6 @@ class Dumper(VPPApi):
config['taps'][vpp_iface.interface_name] = tap
for idx, iface in self.cache['bridgedomains'].items():
# self.logger.info("%d: %s" % (idx, iface))
bridge_name = f"bd{int(idx)}"
mtu = 1500
bridge = {"description": ""}