Skip to content

Commit

Permalink
formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Nov 22, 2023
1 parent 6effa85 commit dcd73c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cript/nodes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ class ReturnTuple:
NodeEncoder.suppress_attributes = previous_suppress_attributes
NodeEncoder.condense_to_uuid = previous_condense_to_uuid

def find_children(self, search_attr: dict, search_depth: int = -1, handled_nodes: Optional[List] =None) -> List:
def find_children(self, search_attr: dict, search_depth: int = -1, handled_nodes: Optional[List] = None) -> List:
"""
Finds all the children in a given tree of nodes (specified by its root),
that match the criteria of search_attr.
Expand Down Expand Up @@ -503,7 +503,7 @@ def find_children(self, search_attr: dict, search_depth: int = -1, handled_nodes
-------
List
list of all nodes that match the criteria found within the graph
Examples
--------
>>> import cript
Expand Down

0 comments on commit dcd73c8

Please sign in to comment.