Skip to content

Commit

Permalink
fix bug of import
Browse files Browse the repository at this point in the history
  • Loading branch information
longranger2 committed May 16, 2023
1 parent 8c811eb commit 1f74545
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/paddle/fluid/tests/unittests/test_lerp_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
import unittest

import numpy as np
from eager_op_test import OpTest, convert_float_to_uint16
from eager_op_test import (
OpTest,
convert_float_to_uint16,
convert_uint16_to_float,
)

import paddle
from paddle.fluid import core
Expand Down

0 comments on commit 1f74545

Please sign in to comment.