lint: fix unnecessary f-string

This commit is contained in:
Pim van Pelt
2024-04-07 15:34:18 +02:00
parent 09bdaa3fca
commit 2a85eac702

View File

@ -359,7 +359,7 @@ class VPPApi:
self.cache["interface_mpls"][iface.sw_if_index] = True
except AttributeError:
self.logger.warning(
f"MPLS state retrieval requires https://gerrit.fd.io/r/c/vpp/+/39022"
"MPLS state retrieval requires https://gerrit.fd.io/r/c/vpp/+/39022"
)
try: