Skip to content

Commit

Permalink
Remove unused import statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
us committed Jul 20, 2019
1 parent d89aeb9 commit f603447
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 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
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 f603447

Please sign in to comment.