Commit d8b2990d authored by Yuxin Wu's avatar Yuxin Wu

fix lint

parent e6637136
......@@ -38,7 +38,7 @@ def _import_external_ops(message):
from tensorflow.python.ops import gen_nccl_ops # noqa
return
if 'ZMQConnection' in message:
import zmq_ops
import zmq_ops # noqa
return
logger.error("Unhandled error: " + message)
......
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