kaxil commented on code in PR #48244:
URL: https://github.com/apache/airflow/pull/48244#discussion_r2018096147


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -385,16 +385,14 @@ def get_first_reschedule_date(self, context: Context) -> 
datetime | None:
         if TYPE_CHECKING:
             assert isinstance(response, TaskRescheduleStartDate)
 
-        start_date = response.start_date
-        log.debug("First reschedule date from supervisor: %s", start_date)
-
-        return start_date
+        return response.start_date

Review Comment:
   The date can be `None` too so I have removed it. Might add it back in 
related changes but since CI is green I would like to merge it



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