diff --git a/python/paddle/v2/fluid/executor.py b/python/paddle/v2/fluid/executor.py index 0d02422afd2ba5fd6505d813e8447b315ccf068f..525fded85aa4ed0ce656adf6d51f3db2d316e265 100644 --- a/python/paddle/v2/fluid/executor.py +++ b/python/paddle/v2/fluid/executor.py @@ -1,7 +1,6 @@ import numpy as np from . import core from framework import Program, default_main_program, Parameter, Variable -import distribute_planner __all__ = ['Executor', 'g_scope']