summaryrefslogtreecommitdiff
path: root/taskflow/patterns/graph_flow.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-05-21 16:53:12 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-05-21 16:53:12 -0700
commit406d72a23e24fcdc81cdffdb08bb28650546cb86 (patch)
treefa28daa68a733a8b8380c708a2c5d91d5be8fe64 /taskflow/patterns/graph_flow.py
parentdaf341ad819987f9d7ec3e198793274688597dd7 (diff)
downloadtaskflow-406d72a23e24fcdc81cdffdb08bb28650546cb86.tar.gz
Massive pylint cleanup
Diffstat (limited to 'taskflow/patterns/graph_flow.py')
-rw-r--r--taskflow/patterns/graph_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/taskflow/patterns/graph_flow.py b/taskflow/patterns/graph_flow.py
index 424843f..c280170 100644
--- a/taskflow/patterns/graph_flow.py
+++ b/taskflow/patterns/graph_flow.py
@@ -24,9 +24,7 @@ from networkx.algorithms import dag
from networkx.classes import digraph
from taskflow import exceptions as exc
-from taskflow.openstack.common import excutils
from taskflow.patterns import ordered_flow
-from taskflow import states
LOG = logging.getLogger(__name__)