Skip to content

Commit

Permalink
Merge pull request #5 from fras2560/development
Browse files Browse the repository at this point in the history
Remove un-used imports
  • Loading branch information
fras2560 authored Oct 8, 2019
2 parents d7c6616 + 1af8e6d commit 322ce74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inducer/isk4.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
"""
from inducer.container import induced_subgraph
from inducer.helper import make_clique
from inducer.helper import make_co_twin_c5, make_cycle
import logging
import networkx as nx
import unittest

POSITION = {0: (0, 1),
1: (0, 2),
Expand Down

0 comments on commit 322ce74

Please sign in to comment.