Skip to content

Commit 5ee67f1

Browse files
committed
fix code style #9660
1 parent 2dfd884 commit 5ee67f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/dataset/uci_housing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def predict_reader():
137137
load_data(paddle.dataset.common.download(URL, 'uci_housing', MD5))
138138
return (UCI_TEST_DATA[0][:-1],)
139139

140+
140141
def fetch():
141142
paddle.dataset.common.download(URL, 'uci_housing', MD5)
142143

0 commit comments

Comments
 (0)