diff options
| author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-21 16:53:12 -0700 |
|---|---|---|
| committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-21 16:53:12 -0700 |
| commit | 406d72a23e24fcdc81cdffdb08bb28650546cb86 (patch) | |
| tree | fa28daa68a733a8b8380c708a2c5d91d5be8fe64 /taskflow/patterns/graph_flow.py | |
| parent | daf341ad819987f9d7ec3e198793274688597dd7 (diff) | |
| download | taskflow-406d72a23e24fcdc81cdffdb08bb28650546cb86.tar.gz | |
Massive pylint cleanup
Diffstat (limited to 'taskflow/patterns/graph_flow.py')
| -rw-r--r-- | taskflow/patterns/graph_flow.py | 2 |
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__) |
