Skip to content

Commit

Permalink
fix code style PaddlePaddle#9660
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus committed Apr 12, 2018
1 parent 2dfd884 commit 5ee67f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/dataset/uci_housing.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def predict_reader():
load_data(paddle.dataset.common.download(URL, 'uci_housing', MD5))
return (UCI_TEST_DATA[0][:-1],)


def fetch():
paddle.dataset.common.download(URL, 'uci_housing', MD5)

Expand Down

0 comments on commit 5ee67f1

Please sign in to comment.