Loading src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading