Skip to content

Commit f603447

Browse files
committed
Remove unused import statements.
1 parent d89aeb9 commit f603447

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow_datasets/core/dataset_builder_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import os
2323

2424
from absl.testing import absltest
25-
from absl.testing import parameterized
2625
import numpy as np
2726
import tensorflow as tf
2827
from tensorflow_datasets import testing

tensorflow_datasets/core/tfrecords_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import functools
2323
import itertools
2424
import math
25-
import os
2625
import re
2726

2827
import attr

0 commit comments

Comments
 (0)