Skip to content

Commit f801f74

Browse files
committed
fix the __all__ in dataset package
1 parent f837eee commit f801f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/dataset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'cifar',
3737
'movielens',
3838
'conll05',
39-
'sentiment'
39+
'sentiment',
4040
'uci_housing',
4141
'wmt14',
4242
'wmt16',

0 commit comments

Comments
 (0)