Commit b98409cb authored by Toby Boyd's avatar Toby Boyd
Browse files

fix lint import order

parent ea37b1b5
...@@ -25,13 +25,13 @@ from __future__ import print_function ...@@ -25,13 +25,13 @@ from __future__ import print_function
import functools import functools
import math import math
import multiprocessing
import os import os
# pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
from absl import flags from absl import flags
import tensorflow as tf import tensorflow as tf
from tensorflow.contrib.data.python.ops import threadpool from tensorflow.contrib.data.python.ops import threadpool
import multiprocessing
from official.resnet import resnet_model from official.resnet import resnet_model
from official.utils.flags import core as flags_core from official.utils.flags import core as flags_core
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment