Skip to content

Commit

Permalink
Using the updated import for networkx
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Feb 23, 2022
1 parent 1afe68e commit 40cae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cij/core/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40cae8c

Please sign in to comment.