From 5bc379215d0c9562d9a8bd3c452d2b8c24c54e75 Mon Sep 17 00:00:00 2001 From: Rajat Partani Date: Fri, 10 Mar 2023 21:28:40 +0530 Subject: [PATCH] Added source type as none description --- hnn_core/network.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hnn_core/network.py b/hnn_core/network.py index c703f4511b..54b09bbf1c 100644 --- a/hnn_core/network.py +++ b/hnn_core/network.py @@ -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()