Skip to content

Commit c089b76

Browse files
committed
Fix test
1 parent 563628b commit c089b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/tests/book/test_recognize_digits_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import paddle.v2.fluid.core as core
55
import paddle.v2.fluid.optimizer as optimizer
66
import paddle.v2.fluid.evaluator as evaluator
7-
from paddle.v2.fluid.framework import Program
7+
import paddle.v2.fluid.framework as framework
88
from paddle.v2.fluid.executor import Executor
99

1010
import numpy as np

0 commit comments

Comments
 (0)