From fc3bb7c1f920a5d52fa6b610ef5068d42dbafdb2 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Wed, 18 Apr 2018 23:40:52 -0700 Subject: Eliminate wildcard-import suppression --- src/python/grpcio_tests/tests/unit/_from_grpc_import_star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/grpcio_tests') diff --git a/src/python/grpcio_tests/tests/unit/_from_grpc_import_star.py b/src/python/grpcio_tests/tests/unit/_from_grpc_import_star.py index e683131722..ad847ae03e 100644 --- a/src/python/grpcio_tests/tests/unit/_from_grpc_import_star.py +++ b/src/python/grpcio_tests/tests/unit/_from_grpc_import_star.py @@ -14,7 +14,7 @@ _BEFORE_IMPORT = tuple(globals()) -from grpc import * +from grpc import * # pylint: disable=wildcard-import _AFTER_IMPORT = tuple(globals()) -- cgit v1.2.3