amoghrajesh commented on code in PR #57212:
URL: https://github.com/apache/airflow/pull/57212#discussion_r2464619482


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -1467,6 +1460,28 @@ def main():
             with suppress(Exception):
                 SUPERVISOR_COMMS.socket.close()
 
+def reinit_supervisor_comms() -> StartupDetails:

Review Comment:
   ```suggestion
   def reinit_supervisor_comms() -> None:
   ```
   
   We do not return do we?



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