Skip to content

Commit d599a66

Browse files
committed
clean up code
1 parent e05abab commit d599a66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/paddle/fluid/recordio_writer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import core
1616
import contextlib
17-
from ..batch import batch
1817
__all__ = ['convert_reader_to_recordio_file']
1918

2019

@@ -48,9 +47,6 @@ def convert_reader_to_recordio_file(
4847
return counter
4948

5049

51-
import paddle
52-
53-
5450
def convert_reader_to_recordio_files(
5551
filename_suffix,
5652
batch_per_file,

0 commit comments

Comments
 (0)