Skip to content

Commit d4908cc

Browse files
authored
Merge pull request #14137 from panyx0718/cherry-pick-1.1
Merge pull request #14123 from shippingwang/fix_import_plot_py3
2 parents 7719349 + 2f2e18b commit d4908cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from plot import Ploter
15+
from .plot import Ploter
1616
__all__ = ['dump_config', 'Ploter']

0 commit comments

Comments
 (0)