We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4887e14 commit 36667a9Copy full SHA for 36667a9
system_tests/bigtable.py
@@ -208,8 +208,10 @@ def test_create_table(self):
208
self.assertEqual(sorted_tables, expected_tables)
209
210
def test_rename_table(self):
211
+ # pylint: disable=no-name-in-module
212
from grpc.beta import interfaces
213
from grpc.framework.interfaces.face import face
214
+ # pylint: enable=no-name-in-module
215
216
temp_table_id = 'foo-bar-baz-table'
217
temp_table = Config.CLUSTER.table(temp_table_id)
0 commit comments