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

Follow PEP 8 - Code lay-out - Imports

parent 23d0381c
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,13 @@ segment is in ascending order.
"""
import graph_tool
import time
import sys
import pathlib
from os import path
import graph_tool
if len(sys.argv) != 3:
sys.exit("Required arguments: input-edgelist-file output-graph-tool-file")
......
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