Skip to content

Commit 81fe00c

Browse files
committed
Fix pylint vertex ai test
1 parent 417922c commit 81fe00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/testing/vertex_ai_skip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def _is_vertex_ai_available() -> bool:
2828
"""Return True if Vertex AI client dependencies are importable."""
2929
try:
30-
import vertexai
30+
import vertexai # pylint: disable=unused-import
3131
except ImportError:
3232
return False
3333
return True

0 commit comments

Comments
 (0)