We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417922c commit 81fe00cCopy full SHA for 81fe00c
1 file changed
sdks/python/apache_beam/testing/vertex_ai_skip.py
@@ -27,7 +27,7 @@
27
def _is_vertex_ai_available() -> bool:
28
"""Return True if Vertex AI client dependencies are importable."""
29
try:
30
- import vertexai
+ import vertexai # pylint: disable=unused-import
31
except ImportError:
32
return False
33
return True
0 commit comments