Skip to content

Commit 5b5fa37

Browse files
authored
Update test_reader_reset.py
import os module to use os.environ in setUp()
1 parent 415e0ea commit 5b5fa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/test_reader_reset.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 __future__ import print_function
16-
16+
import os
1717
import paddle.fluid as fluid
1818
import paddle
1919
import numpy as np

0 commit comments

Comments
 (0)