Skip to content

Commit 4d9b5b4

Browse files
author
Ryan Sepassi
committed
Merge pull request #618 from tfujiwar:fix-docs-quickdraw-url
PiperOrigin-RevId: 250796852
2 parents 049a30d + dc88798 commit 4d9b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/image/quickdraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _info(self):
7272
"label": tfds.features.ClassLabel(names_file=labels_path),
7373
}),
7474
supervised_keys=("image", "label"),
75-
urls=_URL,
75+
urls=[_URL],
7676
citation=_CITATION
7777
)
7878

0 commit comments

Comments
 (0)