FIX: Pylint reduce
[csit.git] / resources / libraries / python / VppApiCrc.py
index 1fcb91d..ca76397 100644 (file)
@@ -373,7 +373,8 @@ class VppApiCrcChecker:
         if not matching:
             self._reported[api_name] = crc
             self.log_and_raise(
-                f"No active collection contains API {api_name!r} with CRC {crc!r}"
+                f"No active collection contains API {api_name!r} with CRC "
+                f"{crc!r}"
             )
         options = self._options[api_name]
         options.pop(u"vat_help", None)