aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-02-09 16:02:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-09 16:06:00 -0800
commit940540ae4f6d9333dea693aaeabdd18996ed957b (patch)
treeb66bc2884cebec48eca1b47df9787540b8213210 /tensorflow/python/__init__.py
parent2adb6bbb1b4d31bba7113a4213bf5e7f0e154c78 (diff)
Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing pylint errors.
PiperOrigin-RevId: 185206494
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index 6d405d04b1..02ed5517ca 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -60,7 +60,7 @@ from tensorflow.core.protobuf.tensorflow_server_pb2 import *
from tensorflow.core.util.event_pb2 import *
# Framework
-from tensorflow.python.framework.framework_lib import *
+from tensorflow.python.framework.framework_lib import * # pylint: disable=redefined-builtin
from tensorflow.python.framework.versions import *
from tensorflow.python.framework import errors
from tensorflow.python.framework import graph_util