dannikay commented on PR #36982:
URL: https://github.com/apache/beam/pull/36982#issuecomment-3614632943

   > there is still a linter error FYI.
   
   it complains about this import syntax:
   
   ```
   +++ 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/ml/inference/gemini_inference.py:after
   2025-12-04 21:47:38.526115
   @@ -25,7 +25,8 @@
    
    from google import genai
    from google.genai import errors
   -from google.genai.types import HttpOptions, Part
   +from google.genai.types import HttpOptions
   +from google.genai.types import Part
    from PIL.Image import Image
   ```
   
   my local check passed:
   
   ```
   yapf --diff apache_beam/ml/inference/gemini_inference.py
   (base) xiaochu@xiaochu:~/github/beam/sdks/python$ pylint 
apache_beam/ml/inference/gemini_inference.py
   
   --------------------------------------------------------------------
   Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
   ```
   
   But anyway let me follow the check's preference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to