From 40cae8c5278999ed17fc30831415bb44b6668fc6 Mon Sep 17 00:00:00 2001 From: Chenxing Luo Date: Wed, 23 Feb 2022 18:24:45 -0500 Subject: [PATCH] Using the updated import for networkx --- cij/core/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cij/core/tasks.py b/cij/core/tasks.py index aa4b3d6..b444166 100644 --- a/cij/core/tasks.py +++ b/cij/core/tasks.py @@ -4,7 +4,7 @@ import numpy import itertools -from networkx import nx +import networkx as nx from typing import List, Union, NamedTuple, Tuple, Iterable from collections import UserList, UserDict