Skip to content

Commit

Permalink
missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Jan 19, 2024
1 parent d89b5a4 commit 2cba5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networkframe/networkframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ def select_component_from_node(
if inplace:
self.nodes = out.nodes
self.edges = out.edges
return None
else:
return out

Expand Down

0 comments on commit 2cba5bb

Please sign in to comment.