Final f-string conversions that flynt did not catch. Tested: integration test before and after are clean
This commit is contained in:
@ -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": ""}
|
||||
|
Reference in New Issue
Block a user