Skip to content

Commit 2b4e2fd

Browse files
authored
Add a blank line
1 parent 0b55644 commit 2b4e2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/en/tutorials/images/classification.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"outputs": [],
152152
"source": [
153153
"import pathlib\n",
154+
"\n",
154155
"dataset_url = \"https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz\"\n",
155156
"data_dir = tf.keras.utils.get_file('flower_photos.tar', origin=dataset_url, extract=True)\n",
156157
"data_dir = pathlib.Path(data_dir).with_suffix('')"

0 commit comments

Comments
 (0)