Reformat files according to new black validation 21/12921/2
authorGulsum Atici <gulsum.atici@canonical.com>
Mon, 6 Feb 2023 09:25:54 +0000 (12:25 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Mon, 6 Feb 2023 18:16:22 +0000 (21:16 +0300)
Change-Id: Ie4edd9c7d05661239b47e957d001b98b14b37409
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
osm_policy_module/common/mon_client.py
osm_policy_module/core/agent.py

index 1d498c2..f9a51cd 100644 (file)
@@ -174,7 +174,6 @@ class MonClient:
         operation: str,
         action: str,
     ):
-
         alarm_create_request = {
             "correlation_id": cor_id,
             "alarm_name": "osm_alarm_{}_{}_{}_{}".format(
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)