Skip to content

Commit b807cfe

Browse files
committed
fix import naming and organization
1 parent 2ca8f28 commit b807cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorflow_datasets/image_classification/wake_vision/wake_vision_dataset_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""wake_vision dataset."""
22

3-
import tensorflow_datasets.public_api as tfds
43
import os
54

5+
import tensorflow_datasets as tfds
6+
67
_TRAIN_IMAGE_IDS = [
78
9270406, 9270356, 9270408, 9270367, 9270349, 9270351, 9270390, 9270375,
89
9270387, 9270370, 9270396, 9270340, 9270411, 9270369, 9270357, 9270378,

0 commit comments

Comments
 (0)