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

Follow PEP 8 - Code lay-out - Imports

parent 661cbd18
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import csv
import pygraphviz as pgv
import sys
import pygraphviz as pgv
if len(sys.argv) != 3:
sys.exit("Required arguments: input-edgelist output-Graphviz")
......
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