Skip to content

Commit

Permalink
Updated the code to remove data
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 24, 2024
1 parent 9137caf commit d342b4d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from onelens_backend_client_v2.models import GetLeafNodesRequest


from onelens_backend_client_v2.models import GetLeafNodesResponse-Output
from onelens_backend_client_v2.models import GetLeafNodesResponse



Expand Down Expand Up @@ -1212,7 +1212,7 @@ def get_leaf_nodes(
_content_type: Optional[StrictStr] = None,
_headers: Optional[Dict[StrictStr, Any]] = None,
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
) -> GetLeafNodesResponse-Output:
) -> GetLeafNodesResponse:
"""get hierarchy leaf nodes
Expand Down Expand Up @@ -1250,7 +1250,7 @@ def get_leaf_nodes(
)

_response_types_map: Dict[str, Optional[str]] = {
'200': "GetLeafNodesResponse-Output",
'200': "GetLeafNodesResponse",
'422': "HTTPValidationError",
}
response_data = self.api_client.call_api(
Expand Down

0 comments on commit d342b4d

Please sign in to comment.