Skip to content

Commit 009dbdb

Browse files
Delete python2 imports from tensor encoding stages.
This is just a noop cleanup which should not affect functionality in any way. PiperOrigin-RevId: 515716588
1 parent 61b3545 commit 009dbdb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tensorflow_model_optimization/python/core/internal/tensor_encoding/stages/stages_impl.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
# limitations under the License.
1414
"""Implementations of the encoding stage interfaces."""
1515

16-
from __future__ import absolute_import
17-
from __future__ import division
18-
from __future__ import print_function
19-
2016
import collections
2117
import numpy as np
2218
import tensorflow as tf

tensorflow_model_optimization/python/core/internal/tensor_encoding/stages/stages_impl_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from __future__ import absolute_import
16-
from __future__ import division
17-
from __future__ import print_function
18-
1915
import itertools
2016

2117
from absl.testing import parameterized

0 commit comments

Comments
 (0)