Fix black and cover errors
[osm/POL.git] / osm_policy_module / core / agent.py
index 56caecd..2daebde 100644 (file)
@@ -75,7 +75,6 @@ class PolicyModuleAgent:
         log.debug("_process_msg topic=%s key=%s msg=%s", topic, key, msg)
         try:
             if key in ALLOWED_KAFKA_KEYS:
-
                 if key == "instantiated":
                     await self._handle_instantiated(msg)