Skip to content

Commit ac0fbba

Browse files
committed
fix ci
1 parent 1f879f6 commit ac0fbba

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/fluid/layers

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import logging
3333
from ..data_feeder import check_dtype, check_type
3434
from paddle.fluid.framework import static_only
35-
from ..framework import _get_paddle_place
35+
from ..framework import _get_paddle_place, _current_expected_place, _set_expected_place
3636

3737
__all__ = [
3838
'data', 'read_file', 'double_buffer', 'py_reader',

0 commit comments

Comments
 (0)