diff --git a/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py b/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py index 8412632eda7f7ebb47c356f977ecb02c57eb318c..0832615a140c5d5bb5e1d0db9f7a784b0190043a 100644 --- a/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py +++ b/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py @@ -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