From 58773f78cba1aea247ffc206d754a9906076e6a3 Mon Sep 17 00:00:00 2001 From: s-bessey Date: Mon, 20 Dec 2021 12:22:42 -0500 Subject: [PATCH] style --- titan/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/titan/network.py b/titan/network.py index 987ca220..2aed2f10 100644 --- a/titan/network.py +++ b/titan/network.py @@ -161,4 +161,3 @@ def get_network_color(self, coloring) -> List[str]: ) return node_color -