Skip to content

Commit

Permalink
Added source type as none description
Browse files Browse the repository at this point in the history
  • Loading branch information
raj1701 committed Mar 10, 2023
1 parent 9f71433 commit 5bc3792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnn_core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,8 @@ def clear_connectivity(self, src_types=None):
----------
src_types : list | None
Source types of connections to be removed
None - Remove all connections other than those which have an
external drive as a source type
"""
if src_types is None:
src_types = list()
Expand Down

0 comments on commit 5bc3792

Please sign in to comment.