Skip to content

Commit 36667a9

Browse files
committed
Pylint ignoring missing names in module.
1 parent 4887e14 commit 36667a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system_tests/bigtable.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ def test_create_table(self):
208208
self.assertEqual(sorted_tables, expected_tables)
209209

210210
def test_rename_table(self):
211+
# pylint: disable=no-name-in-module
211212
from grpc.beta import interfaces
212213
from grpc.framework.interfaces.face import face
214+
# pylint: enable=no-name-in-module
213215

214216
temp_table_id = 'foo-bar-baz-table'
215217
temp_table = Config.CLUSTER.table(temp_table_id)

0 commit comments

Comments
 (0)