Skip to content

Commit

Permalink
Merge pull request tensorflow#796 from us:delete-unused-imports
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259362404
  • Loading branch information
copybara-github committed Jul 22, 2019
2 parents 0cd5529 + f603447 commit 0aba6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tensorflow_datasets/core/dataset_builder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import os

from absl.testing import absltest
from absl.testing import parameterized
import numpy as np
import tensorflow as tf
from tensorflow_datasets import testing
Expand Down Expand Up @@ -390,9 +389,11 @@ def setUpClass(cls):

@classmethod
def tearDownClass(cls):
super(DatasetBuilderReadTest, cls).tearDownClass()
testing.rm_tmp_dir(cls._tfds_tmp_dir)

def setUp(self):
super(DatasetBuilderReadTest, self).setUp()
self.builder = DummyDatasetSharedGenerator(data_dir=self._tfds_tmp_dir)

@testing.run_in_graph_and_eager_modes()
Expand Down
1 change: 0 additions & 1 deletion tensorflow_datasets/core/tfrecords_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import functools
import itertools
import math
import os
import re

import attr
Expand Down

0 comments on commit 0aba6e7

Please sign in to comment.