Skip to content
Snippets Groups Projects
Commit 7f99c921 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Tools - Context Queries:

- Corrected Type Hint in method get_topology_details()
parent 2844313e
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!173Resolve "(CTTC) Implement NBI connector IETF Network Topology"
...@@ -65,7 +65,7 @@ def get_topology( ...@@ -65,7 +65,7 @@ def get_topology(
def get_topology_details( def get_topology_details(
context_client : ContextClient, topology_uuid : str, context_uuid : str = DEFAULT_CONTEXT_NAME, context_client : ContextClient, topology_uuid : str, context_uuid : str = DEFAULT_CONTEXT_NAME,
rw_copy : bool = False rw_copy : bool = False
) -> Optional[Topology]: ) -> Optional[TopologyDetails]:
try: try:
# pylint: disable=no-member # pylint: disable=no-member
topology_id = TopologyId() topology_id = TopologyId()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment