Small adjustments on import spacing.

This is mostly the result of an internal cleanup and formatting pass.

PiperOrigin-RevId: 286600606
Change-Id: Ibcc5b919701fb71a17dd1c29d6d473cddb48464d
This commit is contained in:
Brian Atkinson 2019-12-20 10:24:32 -08:00 committed by TensorFlower Gardener
parent d491c44156
commit 1800ace98f
3 changed files with 3 additions and 0 deletions
tensorflow/python/eager

View File

@ -23,6 +23,7 @@ import contextlib
import copy
import random
import threading
from absl import logging
import numpy as np
import six

View File

@ -21,6 +21,7 @@ from __future__ import print_function
import collections
import gc
import time
import six
from tensorflow.python.eager import context

View File

@ -19,6 +19,7 @@ from __future__ import division
from __future__ import print_function
import copy
from absl import logging
from tensorflow.core.protobuf.tensorflow_server_pb2 import ServerDef