Commit 6be7bd98 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component:

- minor code cleanup
parent 5a90b501
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ from .ConstantsMappings import (

LOGGER = logging.getLogger(__name__)

LOGGER = logging.getLogger(__name__)

def compose_topology_id(topology_id : TopologyId) -> Dict: # pylint: disable=unused-argument
    # force context_uuid and topology_uuid to be always DEFAULT_CONTEXT_NAME and DEFAULT_TOPOLOGY_NAME for simplicity
    # for interdomain, contexts and topologies are managed in particular ways