Skip to content
Snippets Groups Projects
Commit 44f17a37 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix: remove useless imports

parent 3f3122fb
No related branches found
No related tags found
No related merge requests found
......@@ -9,15 +9,9 @@ given as argument of the script.
"""
from os import path
import os
import json
import networkx as nx
import shapefile
from networkx import nx_agraph
import util_eddies
import report_graph
def add_component(G: nx.DiGraph, source: int):
......
......@@ -10,10 +10,8 @@ the edgelist file given as argument of the script.
from os import path
import os
import json
import networkx as nx
import shapefile
from networkx import nx_agraph
import util_eddies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment