Skip to content

Commit 0cb2227

Browse files
authored
Remove even more references to AutoMl and Bq (#1511)
1 parent 20bbb5c commit 0cb2227

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

patches/sitecustomize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class GcpModuleFinder(importlib.abc.MetaPathFinder):
1313
_MODULES = [
1414
'google.cloud.bigquery',
1515
'google.cloud.storage',
16-
'google.cloud.automl_v1beta1',
1716
'google.cloud.translate',
1817
'google.cloud.translate_v2',
1918
'google.cloud.translate_v3',

tests/test_imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
class TestImport(unittest.TestCase):
44
# Basic import tests for packages without any.
55
def test_basic(self):
6-
import bq_helper
76
import tensorflow_datasets
87
import segment_anything

0 commit comments

Comments
 (0)