gemini-code-assist[bot] commented on code in PR #38334:
URL: https://github.com/apache/beam/pull/38334#discussion_r3183001018


##########
sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py:
##########
@@ -77,7 +73,6 @@
 
 if TYPE_CHECKING:
   from google.protobuf import message
-  from grpc import ServicerContext
 
   from apache_beam.runners.portability.fn_api_runner.fn_runner import \

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The import `from grpc import ServicerContext` is no longer used in the 
`TYPE_CHECKING` block. It should be removed to keep imports clean.



-- 
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