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:
parent
d491c44156
commit
1800ace98f
@ -23,6 +23,7 @@ import contextlib
|
|||||||
import copy
|
import copy
|
||||||
import random
|
import random
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from absl import logging
|
from absl import logging
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import six
|
import six
|
||||||
|
@ -21,6 +21,7 @@ from __future__ import print_function
|
|||||||
import collections
|
import collections
|
||||||
import gc
|
import gc
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import six
|
import six
|
||||||
|
|
||||||
from tensorflow.python.eager import context
|
from tensorflow.python.eager import context
|
||||||
|
@ -19,6 +19,7 @@ from __future__ import division
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
from absl import logging
|
from absl import logging
|
||||||
|
|
||||||
from tensorflow.core.protobuf.tensorflow_server_pb2 import ServerDef
|
from tensorflow.core.protobuf.tensorflow_server_pb2 import ServerDef
|
||||||
|
Loading…
Reference in New Issue
Block a user