File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 28
28
from absl import logging
29
29
from etils import epath
30
30
from etils import epy
31
+ from tensorflow_datasets .core .utils .lazy_imports_utils import promise
31
32
from tensorflow_datasets .core .utils .lazy_imports_utils import tree
32
33
33
34
with epy .lazy_imports ():
34
35
# pylint: disable=g-import-not-at-top
35
- import promise
36
-
37
36
from tensorflow_datasets .core import utils
38
37
from tensorflow_datasets .core .download import checksums
39
38
from tensorflow_datasets .core .download import downloader
Original file line number Diff line number Diff line change 29
29
30
30
from absl import logging
31
31
from etils import epath
32
- import promise
33
32
from tensorflow_datasets .core import constants
34
33
from tensorflow_datasets .core import utils
35
34
from tensorflow_datasets .core .download import resource as resource_lib
36
35
from tensorflow_datasets .core .utils import file_utils
36
+ from tensorflow_datasets .core .utils .lazy_imports_utils import promise
37
37
from tensorflow_datasets .core .utils .lazy_imports_utils import tensorflow as tf
38
38
39
39
Original file line number Diff line number Diff line change 22
22
from etils import epath
23
23
import h5py
24
24
import numpy as np
25
+ from tensorflow_datasets .core .utils .lazy_imports_utils import tree
25
26
import tensorflow_datasets .public_api as tfds
26
- import tree
27
27
28
28
29
29
Original file line number Diff line number Diff line change 25
25
from absl import logging
26
26
from etils import epath
27
27
from tensorflow_datasets .core .utils .lazy_imports_utils import tensorflow as tf
28
+ from tensorflow_datasets .core .utils .lazy_imports_utils import tree
28
29
import tensorflow_datasets .public_api as tfds
29
30
from tensorflow_datasets .text import c4_utils
30
- import tree
31
31
32
32
PageFeatures = c4_utils .PageFeatures
33
33
Original file line number Diff line number Diff line change 26
26
27
27
from absl import logging
28
28
from etils import epath
29
+ from tensorflow_datasets .core .utils .lazy_imports_utils import tree
29
30
import tensorflow_datasets .public_api as tfds
30
- import tree
31
31
32
32
_DESCRIPTION = """\
33
33
Translate dataset based on the data from statmt.org.
You can’t perform that action at this time.
0 commit comments