Skip to content

Commit 26d1280

Browse files
committed
Revert "Try to change API"
This reverts commit 36d9e4b.
1 parent 36d9e4b commit 26d1280

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/paddle/fluid/io.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@
2727
'get_inference_program', 'save_checkpoint', 'load_checkpoint',
2828
'clean_checkpoint', 'load_persist_vars_without_grad',
2929
'load_lookup_table_vars', 'save_persist_vars_without_grad',
30-
'get_latest_checkpoint_serial', 'foo'
30+
'get_latest_checkpoint_serial'
3131
]
3232

3333

34-
def foo():
35-
pass
36-
37-
3834
def is_parameter(var):
3935
"""
4036
Check whether the given variable is an instance of Parameter.

0 commit comments

Comments
 (0)