From 940540ae4f6d9333dea693aaeabdd18996ed957b Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Fri, 9 Feb 2018 16:02:24 -0800 Subject: Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing pylint errors. PiperOrigin-RevId: 185206494 --- tensorflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/__init__.py') diff --git a/tensorflow/__init__.py b/tensorflow/__init__.py index 083634bd79..78ad6aec19 100644 --- a/tensorflow/__init__.py +++ b/tensorflow/__init__.py @@ -21,7 +21,7 @@ from __future__ import division from __future__ import print_function # pylint: disable=wildcard-import -from tensorflow.python import * +from tensorflow.python import * # pylint: disable=redefined-builtin # pylint: enable=wildcard-import from tensorflow.python.util.lazy_loader import LazyLoader -- cgit v1.2.3