Skip to content

Commit b156bbc

Browse files
authored
Merge pull request #7736 from reyoung/feature/fix_ci
Fix CI
2 parents 29603cf + 38f47e6 commit b156bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/layers/math_op_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from ..framework import Variable, unique_name
16-
from ..registry import OpProtoHolder
16+
from layer_function_generator import OpProtoHolder
1717

1818
__all__ = ['monkey_patch_variable']
1919

0 commit comments

Comments
 (0)