potiuk commented on code in PR #30255:
URL: https://github.com/apache/airflow/pull/30255#discussion_r1161339790


##########
airflow/task/task_runner/__init__.py:
##########
@@ -38,11 +39,11 @@
 }
 
 
-def get_task_runner(local_task_job) -> BaseTaskRunner:
+def get_task_runner(local_task_job_runner: LocalTaskJobRunner) -> 
BaseTaskRunner:
     """
-    Get the task runner that can be used to run the given job.
+    Get the task runner that can be used to run with the give job runner.

Review Comment:
   same. also noticed by Jed :)



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