Commit 3c5fc775 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Code cleanup

parent e29052ee
Loading
Loading
Loading
Loading

aa

deleted100644 → 0
+0 −0

Empty file deleted.

bb

deleted100644 → 0
+0 −0

Empty file deleted.

+0 −2
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@ class DescriptorLoader:
    def num_connections(self) -> int: return len(self.__connections)

    def process(self) -> TypeResults:
        LOGGER.info('processing')
        # Format CustomConfigRules in Devices, Services and Slices provided in JSON format
        self.__devices  = [format_device_custom_config_rules (device ) for device  in self.__devices ]
        self.__services = [format_service_custom_config_rules(service) for service in self.__services]
@@ -538,7 +537,6 @@ class DescriptorLoader:
            self._unload_normal_mode()

def compose_notifications(results : TypeResults) -> TypeNotificationList:

    notifications = []
    for entity_name, action_name, num_ok, error_list in results:
        entity_name_singluar,entity_name_plural = ENTITY_TO_TEXT[entity_name]
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.