Skip to content

Commit 465d3dd

Browse files
tomvdwThe TensorFlow Datasets Authors
authored andcommitted
Internal change
PiperOrigin-RevId: 628053456
1 parent 547d013 commit 465d3dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tensorflow_datasets/core/logging/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
"""TFDS logging module."""
17+
1718
import abc
1819
import atexit
1920
import collections
@@ -503,3 +504,5 @@ def _call_logger_method(
503504
split=args and args[0] or kwargs.get("split"),
504505
decoders=kwargs.get("decoders"),
505506
)
507+
508+

tensorflow_datasets/core/logging/base_logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from typing import Any, Dict, Optional, Union
1919

20+
from etils import epath
2021
from tensorflow_datasets.core import decode
2122
from tensorflow_datasets.core import download as download_lib
2223
from tensorflow_datasets.core import file_adapters

0 commit comments

Comments
 (0)